All of lore.kernel.org
 help / color / mirror / Atom feed
From: Graham Gower <graham.gower@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH] x264_r2245.bb: fix build for mipsel (duplicate the mips fix).
Date: Fri, 02 Jul 2010 15:13:42 +0930	[thread overview]
Message-ID: <4C2D7C8E.2010904@gmail.com> (raw)


Signed-off-by: Graham Gower <graham.gower@gmail.com>
---
 recipes/vlc/x264_r2245.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/vlc/x264_r2245.bb b/recipes/vlc/x264_r2245.bb
index 93e4226..f533bfc 100644
--- a/recipes/vlc/x264_r2245.bb
+++ b/recipes/vlc/x264_r2245.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "H.264 encoder"
 LICENSE = "GPL"
-PR = "r6"
+PR = "r7"
 
 X264PV = "snapshot-20100531-2245"
 
@@ -15,6 +15,7 @@ inherit autotools lib_package pkgconfig
 # default --extra-cflags
 X264_ECFLAGS = ""
 X264_ECFLAGS_mips = "-fPIC"
+X264_ECFLAGS_mipsel = "-fPIC"
 
 # disable use of assembler written functions
 X264_DISABLE_ASM = "--disable-asm"
-- 
1.7.1




                 reply	other threads:[~2010-07-02  5:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4C2D7C8E.2010904@gmail.com \
    --to=graham.gower@gmail.com \
    --cc=openembedded-devel@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.