[OE-core] can't compile ffmpeg without x11

Yi Qingliang niqingliang2003 at gmail.com
Tue Feb 2 10:08:59 UTC 2016


HELLO!

in ffmpeg.bb:

DEPENDS = "alsa-lib zlib libogg yasm-native libxv"
PACKAGECONFIG ??= "... ${@bb.utils.contains('DISTRO_FEATURES', 'x11',
'x11', '', d)}"


the 'DEPENDS' says it need libxv which need x11, so the x11 detection
in 'PACKAGECONFIG' will not work anymore.

can I use ffmpeg without x11 ? (indeed, I want to use opencv)

the old poky will work with libav, but now libav has been dropped.


Yi Qingliang



More information about the Openembedded-core mailing list