gst1-plugins-ugly: fix variable name typo
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 18 Jan 2016 21:36:04 +0000 (22:36 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 18 Jan 2016 21:48:02 +0000 (22:48 +0100)
The wrong variable name was used for the configure options.

Reported-by: Vincent Dehors <vincent.dehors@openwide.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk

index 4d13b7b9e9cf76637defa958205cd4b1d6c1c8ac..08315397b79545120f8f2ca4bb8f9bd937220e90 100644 (file)
@@ -13,7 +13,7 @@ GST1_PLUGINS_UGLY_LICENSE = LGPLv2.1+
 
 GST1_PLUGINS_UGLY_CONF_OPTS = --disable-examples --disable-valgrind
 
-GST_PLUGINS_BAD1_CONF_OPTS += \
+GST1_PLUGINS_UGLY_CONF_OPTS += \
        --disable-a52dec \
        --disable-amrnb \
        --disable-amrwb \