gst-plugins-base: disable building ivorbis plugin
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 9 Feb 2014 13:12:35 +0000 (13:12 +0000)
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 9 Feb 2014 13:12:35 +0000 (13:12 +0000)
The configuration of gst-plugins-base must disable testing for ogg, causing ivorbis to be enabled erroneously.

This patch explisitely disables ivorbis at configure which fixes build.

Signed-off-by John Vogel <jvogel4@stny.rr.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39545 3c298f89-4303-0410-b956-a3cf2f4a3e73

multimedia/gst-plugins-base/Makefile

index 9c16586..9951c3f 100644 (file)
@@ -86,6 +86,7 @@ CONFIGURE_ARGS += \
        $(call GST_COND_SELECT,gio) \
        --disable-gnome_vfs \
        --disable-gst_v4l \
+       --disable-ivorbis \
        --disable-libvisual \
        $(call GST_COND_SELECT,ogg) \
        --disable-oggtest \