浏览代码

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 年之前
父节点
当前提交
384c1559c0
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 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
 else
 GST1_PLUGINS_BAD_CONF_OPTS += --disable-netsim