Loading CHANGES +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ Updated/fixed packages: autoconf, bind, binutils, busybox, directfb, gst-plugins-bad, iw, libfuse, libpcap, lighttpd, mesa, pcre, sshfs, usbutils mesa, pcre, sshfs, tremor, usbutils Issues resolved (http://bugs.uclibc.org): Loading package/multimedia/gst-plugins-bad/Config.in +4 −0 Original line number Diff line number Diff line Loading @@ -176,6 +176,10 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SDL bool "sdl" select BR2_PACKAGE_SDL config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_TREMOR bool "tremor" select BR2_PACKAGE_TREMOR config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_VCD bool "vcd" Loading package/multimedia/gst-plugins-bad/gst-plugins-bad.mk +7 −0 Original line number Diff line number Diff line Loading @@ -336,6 +336,13 @@ else GST_PLUGINS_BAD_CONF_OPT += --disable-sdl endif ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_TREMOR),y) GST_PLUGINS_BAD_CONF_OPT += --enable-ivorbis GST_PLUGINS_BAD_DEPENDENCIES += tremor else GST_PLUGINS_BAD_CONF_OPT += --disable-ivorbis endif ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_VCD),y) GST_PLUGINS_BAD_CONF_OPT += --enable-vcd else Loading Loading
CHANGES +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ Updated/fixed packages: autoconf, bind, binutils, busybox, directfb, gst-plugins-bad, iw, libfuse, libpcap, lighttpd, mesa, pcre, sshfs, usbutils mesa, pcre, sshfs, tremor, usbutils Issues resolved (http://bugs.uclibc.org): Loading
package/multimedia/gst-plugins-bad/Config.in +4 −0 Original line number Diff line number Diff line Loading @@ -176,6 +176,10 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_SDL bool "sdl" select BR2_PACKAGE_SDL config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_TREMOR bool "tremor" select BR2_PACKAGE_TREMOR config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_VCD bool "vcd" Loading
package/multimedia/gst-plugins-bad/gst-plugins-bad.mk +7 −0 Original line number Diff line number Diff line Loading @@ -336,6 +336,13 @@ else GST_PLUGINS_BAD_CONF_OPT += --disable-sdl endif ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_TREMOR),y) GST_PLUGINS_BAD_CONF_OPT += --enable-ivorbis GST_PLUGINS_BAD_DEPENDENCIES += tremor else GST_PLUGINS_BAD_CONF_OPT += --disable-ivorbis endif ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_VCD),y) GST_PLUGINS_BAD_CONF_OPT += --enable-vcd else Loading