]> code.ossystems Code Review - openembedded-core.git/commit
ffmpeg: fix pkg-config utilization
authorNicolas Dechesne <nicolas.dechesne@linaro.org>
Thu, 20 Jul 2017 14:55:11 +0000 (16:55 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Jul 2017 08:12:28 +0000 (09:12 +0100)
commit3d5f11f0a1fd036e28a1d3f0c3169d8e21cc1358
tree0c89d31f8395544511412f71c40b168078eb8954
parentf147b2502ae53d63a884a46e994ae18e12ec4ef6
ffmpeg: fix pkg-config utilization

in config.log we can see:
WARNING: aarch64-linaro-linux-pkg-config not found, library detection may fail.

ffmpeg configure script is not looking for pkg-config at the rigt place since it
is assuming cross compilation. let's force its value in the recipe.

This patches 'fixes' library detection, so it also adds:

--disable-libxcb
--disable-libxcb-shm
--disable-libxcb-xfixes
--disable-libxcb-shape

Which were dangling configure options, which started to be enabled after the
pkg-config fix, so they need now to be explicitely disabled. Follow up patch
will enable these options when DISTRO_FEATURES has x11.

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-multimedia/ffmpeg/ffmpeg_3.3.2.bb