From: Pierre Ynard Date: Wed, 11 Nov 2009 02:10:02 +0000 (+0100) Subject: contrib: live555 for WinCE X-Git-Tag: 1.1.0-ff~2518 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=9dcb37114f572ae16f022ed4dcfff47d9b02e198;p=vlc contrib: live555 for WinCE --- diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index 9c00911ab3..d6bc5c6701 100644 --- a/extras/contrib/src/Makefile +++ b/extras/contrib/src/Makefile @@ -1204,11 +1204,17 @@ live: live555-$(LIVEDOTCOM_VERSION).tar.gz ifdef HAVE_WIN64 patch -p0 < Patches/live-win64.patch endif +ifdef HAVE_WINCE + patch -p0 < Patches/live-wince.patch +endif .live: live ifdef HAVE_WIN32 (cd $<;./genMakefiles mingw && make $(HOSTCC)) else +ifdef HAVE_WINCE + (cd $<;./genMakefiles mingw && make $(HOSTCC)) +else ifdef HAVE_DARWIN_OS (cd $<; sed -e 's%-DBSD=1%-DBSD=1\ $(EXTRA_CFLAGS)\ $(EXTRA_LDFLAGS)%' -e 's%cc%$(CC)%' -e 's%c++%$(CXX)%' -i.orig config.macosx) (cd $<; ./genMakefiles macosx && make) @@ -1223,6 +1229,7 @@ else (cd $<; ./genMakefiles linux && make $(HOSTCC)) endif endif +endif endif mkdir -p $(PREFIX)/lib $(PREFIX)/include cp $