1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-25 09:41:30 +02:00

contrib: fix link flags for live555 on WinCE

This commit is contained in:
Pierre Ynard 2010-01-21 12:16:37 +01:00
parent 837e80b8e7
commit e43476119b

View File

@ -1231,6 +1231,7 @@ ifdef HAVE_WIN32
(cd $<;./genMakefiles mingw && make $(HOSTCC))
else
ifdef HAVE_WINCE
(cd $<; sed -e 's/-lws2_32/-lws2/g' -i.orig config.mingw)
(cd $<;./genMakefiles mingw && make $(HOSTCC))
else
ifdef HAVE_DARWIN_OS