Commit 87b8b357 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* disable all theora test programs. they use getopt which is not present in default OSX 10.2

parent 93f4d04f
...@@ -533,7 +533,7 @@ libtheora: libtheora-$(THEORA_VERSION).tar.bz2 ...@@ -533,7 +533,7 @@ libtheora: libtheora-$(THEORA_VERSION).tar.bz2
$(EXTRACT_BZ2) $(EXTRACT_BZ2)
.theora: libtheora .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) $(INSTALL_NAME)
touch $@ touch $@
......
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