[vlc-devel] commit: contrib: always skip apps when building vorbis (Pierre Ynard )
git version control
git at videolan.org
Sun Nov 15 00:58:24 CET 2009
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Sun Nov 15 00:53:46 2009 +0100| [8c31eb3bf372dbeb7e61cb5ce442ab0f43eea91d] | committer: Pierre Ynard
contrib: always skip apps when building vorbis
Due to popular request, this patch is now applied to all target systems
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8c31eb3bf372dbeb7e61cb5ce442ab0f43eea91d
---
extras/contrib/src/Makefile | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 9907a99..d859ee6 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -722,9 +722,7 @@ libvorbis-$(VORBIS_VERSION).tar.gz:
libvorbis: libvorbis-$(VORBIS_VERSION).tar.gz
$(EXTRACT_GZ)
-ifdef HAVE_WINCE
patch -p0 < Patches/vorbis-noapps.patch
-endif
.vorbis: libvorbis .ogg
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install)
More information about the vlc-devel
mailing list