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):
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