Openembedded Core Discussions
 help / color / mirror / Atom feed
* can't compile ffmpeg without x11
@ 2016-02-02 10:08 Yi Qingliang
  2016-02-03 10:39 ` Carlos Rafael Giani
  2016-02-08 12:38 ` Alexander Kanavin
  0 siblings, 2 replies; 3+ messages in thread
From: Yi Qingliang @ 2016-02-02 10:08 UTC (permalink / raw)
  To: OE Core mailing list

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-08 12:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-02 10:08 can't compile ffmpeg without x11 Yi Qingliang
2016-02-03 10:39 ` Carlos Rafael Giani
2016-02-08 12:38 ` Alexander Kanavin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox