[packages] speex: Provide ogg prefix path. Otherwise it will start looking for
authorLars-Peter Clausen <lars@metafoo.de>
Sun, 21 Feb 2010 15:31:55 +0000 (15:31 +0000)
committerLars-Peter Clausen <lars@metafoo.de>
Sun, 21 Feb 2010 15:31:55 +0000 (15:31 +0000)
libogg in host paths.

SVN-Revision: 19796

libs/speex/Makefile

index 1546692b2b8cfb354cd6e4db5a335c9ac3a555dc..24ce114d5616c190a3f1a098f9d05dd16b2d8062 100644 (file)
@@ -66,8 +66,8 @@ define Build/Configure
                --enable-fixed-point \
                --disable-oggtest \
                --disable-float-api \
-               --disable-vbr, \
-               OGG_CFLAGS="" \
+               --disable-vbr \
+               --with-ogg=$(STAGING_DIR)/usr \
        )
 endef