[oe-commits] [openembedded-core] 36/62: ffmpeg: Pas CC and CXX to configure

git at git.openembedded.org git at git.openembedded.org
Wed Aug 17 09:36:53 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 25deaf1368cc0a99d7b5b3f2d08d7fead51296e2
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Thu Aug 11 20:31:14 2016 -0700

    ffmpeg: Pas CC and CXX to configure
    
    This helps in compiling it with with toolchain coming from
    a sstate server where its built using a different build time
    sysroot.
    
    Secondly, also helps compiling with non-gcc ( clang ) compiler
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.1.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.1.bb
index b8acb61..8c4fed5 100644
--- a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.1.bb
+++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.1.bb
@@ -76,6 +76,8 @@ EXTRA_OECONF = " \
     --cross-prefix=${TARGET_PREFIX} \
     \
     --ld="${CCLD}" \
+    --cc="${CC}" \
+    --cxx="${CXX}" \
     --arch=${TARGET_ARCH} \
     --target-os="linux" \
     --enable-cross-compile \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list