From: Derk-Jan Hartman Date: Thu, 25 Aug 2005 17:28:04 +0000 (+0000) Subject: * disable all theora test programs. they use getopt which is not present in default... X-Git-Tag: 0.8.4~652 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=87b8b357d3964e10d32b134458ad01d1f7b47756;p=vlc * disable all theora test programs. they use getopt which is not present in default OSX 10.2 --- diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index 2363d6e919..6ff5efa44c 100644 --- a/extras/contrib/src/Makefile +++ b/extras/contrib/src/Makefile @@ -533,7 +533,7 @@ libtheora: libtheora-$(THEORA_VERSION).tar.bz2 $(EXTRACT_BZ2) .theora: libtheora - (cd $<; ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-sdltest && make && make install) + (cd $<; ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-sdltest --disable-oggtest --disable-vorbistest && make && make install) $(INSTALL_NAME) touch $@