From: Koen Kooi Date: Sun, 27 Feb 2011 19:59:01 +0000 (+0100) Subject: ffmpeg git: bump SRCREV X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ffd945b62f82bbf8775c01eab61c7d27eb59ad1;p=openembedded.git ffmpeg git: bump SRCREV * NEON acceleration for VP* * libavcore is no more Signed-off-by: Koen Kooi --- diff --git a/recipes/ffmpeg/ffmpeg_git.bb b/recipes/ffmpeg/ffmpeg_git.bb index 24c81ea24e..d84653a2df 100644 --- a/recipes/ffmpeg/ffmpeg_git.bb +++ b/recipes/ffmpeg/ffmpeg_git.bb @@ -3,7 +3,7 @@ require ffmpeg.inc DEPENDS += "virtual/libsdl schroedinger libgsm libvpx" # When bumping SRCREV make sure you bump PR here and in dependant recipes (gst-ffmpeg, gnash, omxil, etc) to account for SOVERSION changes -SRCREV = "a4f5af13fb00d7f55946470bb0f52e1dbf5f3c6a" +SRCREV = "0b32da90f893b3e04ead18a546252e241a6a0988" PV = "0.6.1+${PR}+gitr${SRCPV}" PR = "${INC_PR}.1"