diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2016-01-18 22:36:04 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-01-18 22:48:02 +0100 |
commit | edbc21d2706842a38c08f0ae389f043b990e34cd (patch) | |
tree | 186ebe25824337b99e39ce814cd41dab2ee78b50 | |
parent | 4a2bb236edb644e6c901b73a03a767d213f52a4a (diff) | |
download | buildroot-edbc21d2706842a38c08f0ae389f043b990e34cd.tar.gz buildroot-edbc21d2706842a38c08f0ae389f043b990e34cd.zip |
gst1-plugins-ugly: fix variable name typo
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>
-rw-r--r-- | package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk b/package/gstreamer1/gst1-plugins-ugly/gst1-plugins-ugly.mk index 4d13b7b9e9..08315397b7 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 \ |