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

Carlos Rafael Giani dv at pseudoterminal.org
Wed Feb 3 10:39:37 UTC 2016


I think libxv should be part of the x11 packageconfig dependency list 
instead of part of DEPENDS. I'm running a test build to see if it works 
like that.

On 2016-02-02 11:08, Yi Qingliang wrote:
> 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