summaryrefslogtreecommitdiffstats
path: root/package/gstreamer
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2014-09-27 21:32:43 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-10-04 18:53:25 +0200
commit1d2574ac6f6d30044ee138b6235c50a6a3998d8a (patch)
treedb1ff915630386f222654c43387cf39b244341ad /package/gstreamer
parent4a6bfe88d5615d2117d34dbf1538cb71d6b22e48 (diff)
downloadbuildroot-1d2574ac6f6d30044ee138b6235c50a6a3998d8a.tar.gz
buildroot-1d2574ac6f6d30044ee138b6235c50a6a3998d8a.zip
packages: rename FOO_AUTORECONF_OPT into FOO_AUTORECONF_OPTS
To be consistent with the recent change of FOO_MAKE_OPT into FOO_MAKE_OPTS, make the same change for FOO_AUTORECONF_OPT. Sed command used: find * -type f | xargs sed -i 's#_AUTORECONF_OPT\>#&S#g' Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gstreamer')
-rw-r--r--package/gstreamer/gst-plugin-x170/gst-plugin-x170.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gstreamer/gst-plugin-x170/gst-plugin-x170.mk b/package/gstreamer/gst-plugin-x170/gst-plugin-x170.mk
index 29929bcd2b..378cd7a817 100644
--- a/package/gstreamer/gst-plugin-x170/gst-plugin-x170.mk
+++ b/package/gstreamer/gst-plugin-x170/gst-plugin-x170.mk
@@ -12,7 +12,7 @@ GST_PLUGIN_X170_LICENSE = BSD-1c
# There is no generated configure script in the tarball.
GST_PLUGIN_X170_AUTORECONF = YES
-GST_PLUGIN_X170_AUTORECONF_OPT = -Im4/
+GST_PLUGIN_X170_AUTORECONF_OPTS = -Im4/
GST_PLUGIN_X170_DEPENDENCIES = gstreamer libglib2 on2-8170-libs
$(eval $(autotools-package))
OpenPOWER on IntegriCloud