Selaa lähdekoodia

gst1-plugins-bad: fix typo preventing use of the netsim plugin

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Danomi Manchego 7 vuotta sitten
vanhempi
commit
384c1559c0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk

+ 1 - 1
package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk

@@ -378,7 +378,7 @@ else
 GST1_PLUGINS_BAD_CONF_OPTS += --disable-mxf
 GST1_PLUGINS_BAD_CONF_OPTS += --disable-mxf
 endif
 endif
 
 
-ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_NETSIM),y)
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_NETSIM),y)
 GST1_PLUGINS_BAD_CONF_OPTS += --enable-netsim
 GST1_PLUGINS_BAD_CONF_OPTS += --enable-netsim
 else
 else
 GST1_PLUGINS_BAD_CONF_OPTS += --disable-netsim
 GST1_PLUGINS_BAD_CONF_OPTS += --disable-netsim