Fixes all over the tree and new features.
- Updated/fixed packages: alsa-lib, argus, at, libpcap, rsync, tcl,
- xproto_trapproto
+ Updated/fixed packages: alsa-lib, argus, at, gst-plugins-good,
+ libpcap, rsync, tcl, xproto_trapproto
2010.02-rc1, Released February 9th, 2010:
GST_PLUGINS_GOOD_CONF_OPT += --disable-soup
endif
+ifeq ($(BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SPEEX),y)
+GST_PLUGINS_GOOD_CONF_OPT += --enable-speex
+GST_PLUGINS_GOOD_DEPENDENCIES += speex
+else
+GST_PLUGINS_GOOD_CONF_OPT += --disable-speex
+endif
+
$(eval $(call AUTOTARGETS,package/multimedia,gst-plugins-good))