]> git.sesse.net Git - vlc/commitdiff
contrib: skip live555 patch on WinCE too
authorPierre Ynard <linkfanel@yahoo.fr>
Wed, 21 Apr 2010 16:17:16 +0000 (18:17 +0200)
committerPierre Ynard <linkfanel@yahoo.fr>
Wed, 21 Apr 2010 16:17:16 +0000 (18:17 +0200)
extras/contrib/src/Makefile

index 847007395bb3ae11d296c92e3f97cb3ab6eefbb4..0f6ea111c5b3e9e79004bde4d5b24ba58a7d437d 100644 (file)
@@ -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