Commit cec58e42 authored by Christophe Massiot's avatar Christophe Massiot

* extras/contrib/src/Makefile: Do not try and compile theora SDL test

   programs.
parent 1f1820bc
...@@ -532,7 +532,7 @@ libtheora: libtheora-$(THEORA_VERSION).tar.bz2 ...@@ -532,7 +532,7 @@ libtheora: libtheora-$(THEORA_VERSION).tar.bz2
$(EXTRACT_BZ2) $(EXTRACT_BZ2)
.theora: libtheora .theora: libtheora
(cd $<; ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install) (cd $<; ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-sdltest && 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