[OE-core] [PATCH V2] gstreamer: gst-ffmpeg: fix build issues for libav
Derek Buitenhuis
derek.buitenhuis at gmail.com
Thu Aug 9 14:52:30 UTC 2012
On 08/08/2012 2:49 PM, Yao Zhao wrote:
> 1.The included libav configure is not generated by autotools
> modify recipe to use correct toolchain wrapper with configure
configure options you may or may not be missing:
--enable-cross-compile
--cross-prefix (probably not needed, since you set all the tools manually)
--cpu
--arch
--sysroot
> 3.backport libav_e500mc.patch from upstream to patch configure to
> disable-altivec if it is e500mc.
Don't you need to pass --cpu and --arch?
Just as a side note, do we handle all of the autodetect deps?
$ ./configure --help | grep autodetect
--enable-vaapi enable VAAPI code [autodetect]
--enable-vda enable VDA code [autodetect]
--enable-vdpau enable VDPAU code [autodetect]
--enable-bzlib enable bzlib [autodetect]
--enable-zlib enable zlib [autodetect]
- Derek
More information about the Openembedded-core
mailing list