kumquat-buildroot/package/gstreamer/gst-plugin-x170/gst-plugin-x170.mk
Thomas De Schampheleire 1d2574ac6f 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>
2014-10-04 18:53:25 +02:00

19 lines
607 B
Makefile

################################################################################
#
# gst-plugin-x170
#
################################################################################
GST_PLUGIN_X170_VERSION = 1.0
GST_PLUGIN_X170_SITE = ftp://ftp.linux4sam.org/pub/demo/linux4sam_1.9/codec
GST_PLUGIN_X170_LICENSE = BSD-1c
#A license file is included but it is just a placeholder
# There is no generated configure script in the tarball.
GST_PLUGIN_X170_AUTORECONF = YES
GST_PLUGIN_X170_AUTORECONF_OPTS = -Im4/
GST_PLUGIN_X170_DEPENDENCIES = gstreamer libglib2 on2-8170-libs
$(eval $(autotools-package))