summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2016-02-24 18:15:23 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-28 11:33:03 +0000
commit935d88ac482e96421b48a0ba960e9691053ed002 (patch)
tree26303885aa691f8b489841aa609911702aa125f2 /meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb
parent3a8ff19e2c085c5e6c5410097dc3f7618aa63af3 (diff)
downloadpoky-935d88ac482e96421b48a0ba960e9691053ed002.tar.gz
gstreamer1.0-libav: move LIBAV_EXTRA_CONFIGURE_COMMON_ARG into .inc
The LIBAV_EXTRA_CONFIGURE_COMMON_ARG definition is now common to both the git and the versioned gstreamer1.0-libav recipes, so move it into gstreamer1.0-libav.inc (From OE-Core rev: f1426ad80035cebbaf9b78e879b8fad6b3eafaaa) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb
index 428d40123d..ebc8a5ef2e 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb
@@ -33,12 +33,6 @@ SRCREV_FORMAT = "base"
33 33
34S = "${WORKDIR}/git" 34S = "${WORKDIR}/git"
35 35
36LIBAV_EXTRA_CONFIGURE_COMMON_ARG = "--target-os=linux \
37 --cc='${CC}' --as='${CC}' --ld='${CC}' --nm='${NM}' --ar='${AR}' \
38 --ranlib='${RANLIB}' \
39 ${GSTREAMER_1_0_DEBUG} \
40 --cross-prefix='${HOST_PREFIX}'"
41
42do_configure_prepend() { 36do_configure_prepend() {
43 ${S}/autogen.sh --noconfigure 37 ${S}/autogen.sh --noconfigure
44} 38}