]> git.sesse.net Git - vlc/commitdiff
* extras/contrib/src/Makefile: Do not try and compile theora SDL test
authorChristophe Massiot <massiot@videolan.org>
Thu, 25 Aug 2005 16:42:36 +0000 (16:42 +0000)
committerChristophe Massiot <massiot@videolan.org>
Thu, 25 Aug 2005 16:42:36 +0000 (16:42 +0000)
   programs.

extras/contrib/src/Makefile

index b7ac2b0d5270bb92d16eb3ac6a44e5b6740640cc..eb98081d5d320721565a25d9ec7fb8f400b98d38 100644 (file)
@@ -532,7 +532,7 @@ libtheora: libtheora-$(THEORA_VERSION).tar.bz2
        $(EXTRACT_BZ2)
 
 .theora: libtheora
-       (cd $<; ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install)
+       (cd $<; ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-sdltest && make && make install)
        $(INSTALL_NAME)
        touch $@