From: Khem Raj Date: Sat, 15 May 2010 17:26:15 +0000 (-0700) Subject: x264_r2245.bb: Set X264_ECFLAGS="-fPIC" for mips mips X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30063031f3b5d7c0c88aeb709cb17d0a337a9183;p=openembedded.git x264_r2245.bb: Set X264_ECFLAGS="-fPIC" for mips mips Signed-off-by: Khem Raj --- diff --git a/recipes/vlc/x264_r2245.bb b/recipes/vlc/x264_r2245.bb index f460a00156..b8bf89d0f3 100644 --- a/recipes/vlc/x264_r2245.bb +++ b/recipes/vlc/x264_r2245.bb @@ -1,6 +1,6 @@ DESCRIPTION = "H.264 encoder" LICENSE = "GPL" -PR = "r4" +PR = "r5" 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"