]> git.sesse.net Git - vlc/commitdiff
contrib: always skip apps when building vorbis
authorPierre Ynard <linkfanel@yahoo.fr>
Sat, 14 Nov 2009 23:53:46 +0000 (00:53 +0100)
committerPierre Ynard <linkfanel@yahoo.fr>
Sat, 14 Nov 2009 23:53:46 +0000 (00:53 +0100)
Due to popular request, this patch is now applied to all target systems

extras/contrib/src/Makefile

index 9907a99603d27ad8d2e2e3428b9ebb7b9d636222..d859ee63d4881aa18f524e0d4555910d60884c3d 100644 (file)
@@ -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)