diff options
Diffstat (limited to 'recipes/vlc/x264_r2245.bb')
-rw-r--r-- | 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 93e4226fa5..f533bfcc82 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" |