From: Pierre Ynard Date: Wed, 21 Apr 2010 16:17:16 +0000 (+0200) Subject: contrib: skip live555 patch on WinCE too X-Git-Tag: 1.2.0-pre1~6952 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=897cbb9253ef6119df8e39f3c1051e5d08ff9623;p=vlc contrib: skip live555 patch on WinCE too --- diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index 847007395b..0f6ea111c5 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