From 25deaf1368cc0a99d7b5b3f2d08d7fead51296e2 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 11 Aug 2016 20:31:14 -0700 Subject: 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 Signed-off-by: Ross Burton --- meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-multimedia/ffmpeg') diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.1.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.1.1.bb index b8acb61297..8c4fed5d6c 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 \ -- cgit 1.2.3-korg