* [PATCH] x264_r2245.bb: fix build for mipsel (duplicate the mips fix).
@ 2010-07-02 5:43 Graham Gower
0 siblings, 0 replies; only message in thread
From: Graham Gower @ 2010-07-02 5:43 UTC (permalink / raw)
To: openembedded-devel
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-07-02 5:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-02 5:43 [PATCH] x264_r2245.bb: fix build for mipsel (duplicate the mips fix) Graham Gower
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.