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:
f75f6d0
)
x264_r2245.bb: Set X264_ECFLAGS="-fPIC" for mips mips
author
Khem Raj
<raj.khem@gmail.com>
Sat, 15 May 2010 17:26:15 +0000
(10:26 -0700)
committer
Khem Raj
<raj.khem@gmail.com>
Sat, 15 May 2010 17:26:15 +0000
(10:26 -0700)
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
f460a00
..
b8bf89d
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
4
"
+PR = "r
5
"
X264PV = "snapshot-20090928-2245"
@@
-12,6
+12,7
@@
inherit autotools lib_package pkgconfig
# default --extra-cflags
X264_ECFLAGS = ""
+X264_ECFLAGS_mips = "-fPIC"
# disable use of assembler written functions
X264_DISABLE_ASM = "--disable-asm"