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>
This commit is contained in:
parent
87f0536474
commit
384c1559c0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user