aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vlc/x264_r2245.bb
diff options
context:
space:
mode:
authorBernhard Guillon <Bernhard.Guillon@opensimpad.org>2010-11-27 00:22:50 +0100
committerGraeme Gregory <dp@xora.org.uk>2011-01-04 13:30:38 +0000
commit983568cfdac437abddcd56043f01f00224f43936 (patch)
treea26848b81075357038c9f36c8210444d2c4fb6da /recipes/vlc/x264_r2245.bb
parent17796b0da235b25af74194b308b645430a295a29 (diff)
downloadopenembedded-983568cfdac437abddcd56043f01f00224f43936.tar.gz
x264-r2245: add a hack for uclibc - replace log2f(x) with logf(x)/logf(2)
<xora> Modified to apply and to only be used for avr32 build which cant increment toolchain. Signed-off-by: Bernhard Guillon <Bernhard.Guillon@opensimpad.org> Signed-off-by: Graeme Gregory <dp@xora.org.uk>
Diffstat (limited to 'recipes/vlc/x264_r2245.bb')
-rw-r--r--recipes/vlc/x264_r2245.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/vlc/x264_r2245.bb b/recipes/vlc/x264_r2245.bb
index e507d32db6..0cffea3278 100644
--- a/recipes/vlc/x264_r2245.bb
+++ b/recipes/vlc/x264_r2245.bb
@@ -1,10 +1,12 @@
DESCRIPTION = "H.264 encoder"
LICENSE = "GPL"
-PR = "r7"
+PR = "r8"
X264PV = "snapshot-20100531-2245"
SRC_URI = "http://download.videolan.org/pub/videolan/x264/snapshots/x264-${X264PV}.tar.bz2"
+SRC_URI_append_avr32 = " file://uclibc_log2f_fix.HACK.patch"
+
SRC_URI[md5sum] = "d1ccb8122bd418291a9576a2bffdf662"
SRC_URI[sha256sum] = "929e946947701a0b3a336a4b9cfe65daf4c52480f45d4363335ae2a3d5596fa9"