[Buildroot] [git commit] gst1-plugins-ugly: fix variable name typo

Peter Korsgaard peter at korsgaard.com
Mon Jan 18 21:48:02 UTC 2016


commit: http://git.buildroot.net/buildroot/commit/?id=edbc21d2706842a38c08f0ae389f043b990e34cd
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The wrong variable name was used for the configure options.

Reported-by: Vincent Dehors <vincent.dehors at openwide.fr>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk b/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk
index 4d13b7b..0831539 100644
--- a/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk
+++ b/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk
@@ -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 \


More information about the buildroot mailing list