[oe-commits] Graham Gower : x264_r2245.bb: fix build for mipsel (duplicate the mips fix) .

git version control git at git.openembedded.org
Sat Jul 3 04:22:52 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2851a844c0782d38af976078d92553302dabb4c5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2851a844c0782d38af976078d92553302dabb4c5

Author: Graham Gower <graham.gower at gmail.com>
Date:   Thu Jul  1 19:43:42 2010 +0000

x264_r2245.bb: fix build for mipsel (duplicate the mips fix).

Signed-off-by: Graham Gower <graham.gower at gmail.com>
Signed-off-by: Khem Raj <raj.khem at 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"





More information about the Openembedded-commits mailing list