The configuration of gst-plugins-bad must disable testing for ogg, causing 
ivorbis to be enabled erroneously.

This patch explisitely disables ivorbis at configure which fixes build.

--
diff --git a/multimedia/gst-plugins-base/Makefile 
b/multimedia/gst-plugins-base/Makefile
index 9c16586..9951c3f 100644
--- a/multimedia/gst-plugins-base/Makefile
+++ b/multimedia/gst-plugins-base/Makefile
@@ -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 \
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to