]> git.sesse.net Git - vlc/commitdiff
contrib: speex: avoid automatically depending on ogg
authorTristan Matthews <tmatth@videolan.org>
Tue, 7 Oct 2014 03:08:02 +0000 (23:08 -0400)
committerTristan Matthews <tmatth@videolan.org>
Tue, 7 Oct 2014 03:12:02 +0000 (23:12 -0400)
ogg was still being pulled in as a dependency when cross-compiling, which
would break certain build configurations.

contrib/src/speex/rules.mak

index 7d7cce916830215d8e65a125bc75f0bef6bd7f9a..f9ff8d9c7a778b8688e99262440d2e8de3bfb034 100644 (file)
@@ -27,7 +27,7 @@ speex: speex-$(SPEEX_VERSION).tar.gz .sum-speex
        $(ZCAT) "$<" | (cd $@-git && tar xv --strip-components=1)
        $(MOVE)
 
-SPEEX_CONF := --without-ogg
+SPEEX_CONF := --disable-binaries
 ifndef HAVE_FPU
 SPEEX_CONF += --enable-fixed-point
 ifeq ($(ARCH),arm)