[gnome-continuous-yocto/gnomeostree-3.28-rocko: 1890/8267] ffmpeg: Pas CC and CXX to configure



commit af96bedd0b3e87af57a5d774f0ad84bf1f0c0ce8
Author: Khem Raj <raj khem gmail com>
Date:   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
    
    (From OE-Core rev: 25deaf1368cc0a99d7b5b3f2d08d7fead51296e2)
    
    Signed-off-by: Khem Raj <raj khem gmail com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.1.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
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 \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]