gst-plugins-base: disable building ivorbis plugin
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 9 Feb 2014 13:12:35 +0000 (13:12 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
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>

SVN-Revision: 39545

multimedia/gst-plugins-base/Makefile

index 9c165866961cc0d648917c1648c980bc54987031..9951c3f9fcca26e9fd0d5aacb5f573fdd0bf12df 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 \