Browse Source

contrib: fix link flags for live555 on WinCE

pull/2/head
Pierre Ynard 17 years ago
parent
commit
e43476119b
  1. 1
      extras/contrib/src/Makefile

1
extras/contrib/src/Makefile

@ -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

Loading…
Cancel
Save