Commit 8c31eb3b authored by Pierre Ynard's avatar Pierre Ynard

contrib: always skip apps when building vorbis

Due to popular request, this patch is now applied to all target systems
parent 350d15ef
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment