[vlc-commits] commit: contrib: skip live555 patch on WinCE too (Pierre Ynard )
git at videolan.org
git at videolan.org
Sat May 1 10:29:58 CEST 2010
vlc/vlc-1.1 | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Wed Apr 21 18:17:16 2010 +0200| [31ef500ea30242d1f400e54249fdea2ad2f0a2eb] | committer: Rémi Denis-Courmont
contrib: skip live555 patch on WinCE too
(cherry picked from commit 897cbb9253ef6119df8e39f3c1051e5d08ff9623)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=31ef500ea30242d1f400e54249fdea2ad2f0a2eb
---
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 0c8f17e..98af521 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1228,8 +1228,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