git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5ba436
)
x264_r2245.bb: fix build for mipsel (duplicate the mips fix).
author
Graham Gower
<graham.gower@gmail.com>
Thu, 1 Jul 2010 19:43:42 +0000
(19:43 +0000)
committer
Khem Raj
<raj.khem@gmail.com>
Sat, 3 Jul 2010 04:21:27 +0000
(21:21 -0700)
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/vlc/x264_r2245.bb
patch
|
blob
|
history
diff --git
a/recipes/vlc/x264_r2245.bb
b/recipes/vlc/x264_r2245.bb
index
93e4226
..
f533bfc
100644
(file)
--- a/
recipes/vlc/x264_r2245.bb
+++ b/
recipes/vlc/x264_r2245.bb
@@
-1,6
+1,6
@@
DESCRIPTION = "H.264 encoder"
LICENSE = "GPL"
-PR = "r
6
"
+PR = "r
7
"
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"