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

_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to