Commit 6b19842c authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

gst-plugins-bad: fix bzip2 typo

parent fca4aa23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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