All of lore.kernel.org
 help / color / mirror / Atom feed
From: Derek Buitenhuis <derek.buitenhuis@gmail.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH V2] gstreamer: gst-ffmpeg: fix build issues for libav
Date: Thu, 09 Aug 2012 10:52:30 -0400	[thread overview]
Message-ID: <5023CEAE.6090406@gmail.com> (raw)
In-Reply-To: <1344451780-5914-1-git-send-email-yao.zhao@windriver.com>

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



  reply	other threads:[~2012-08-09 15:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-08 18:49 [PATCH V2] gstreamer: gst-ffmpeg: fix build issues for libav Yao Zhao
2012-08-09 14:52 ` Derek Buitenhuis [this message]
2012-08-16 18:22 ` Saul Wold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5023CEAE.6090406@gmail.com \
    --to=derek.buitenhuis@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.