[vlc-commits] commit: contrib: skip live555 patch on WinCE too (Pierre Ynard )

git at videolan.org git at videolan.org
Wed Apr 21 18:17:43 CEST 2010


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Wed Apr 21 18:17:16 2010 +0200| [897cbb9253ef6119df8e39f3c1051e5d08ff9623] | committer: Pierre Ynard 

contrib: skip live555 patch on WinCE too

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=897cbb9253ef6119df8e39f3c1051e5d08ff9623
---

 extras/contrib/src/Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 8470073..0f6ea11 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1225,8 +1225,10 @@ ifdef HAVE_WIN64
 	patch -p0 < Patches/live-win64.patch
 endif
 ifndef HAVE_WIN32
+ifndef HAVE_WINCE
 	patch -p0 < Patches/live-getaddrinfo.patch
 endif
+endif
 
 .live: live
 ifdef HAVE_WIN32



More information about the vlc-commits mailing list