gst-plugins-bad: fix bzip2 typo

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2011-10-05 11:05:44 +02:00
parent fca4aa2336
commit 6b19842c67

View File

@ -458,7 +458,7 @@ endif
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_BZ2),y)
GST_PLUGINS_BAD_CONF_OPT += --enable-bz2
GST_PLUGINS_BAD_DEPENDENCIES += bz2ip
GST_PLUGINS_BAD_DEPENDENCIES += bzip2
else
GST_PLUGINS_BAD_CONF_OPT += --disable-bz2
endif