ffmpeg: bump SRCREV
authorKoen Kooi <koen@openembedded.org>
Thu, 25 Nov 2010 10:38:54 +0000 (11:38 +0100)
committerKoen Kooi <koen@openembedded.org>
Thu, 25 Nov 2010 13:01:10 +0000 (14:01 +0100)
Signed-off-by: Koen Kooi <koen@openembedded.org>
recipes/ffmpeg/ffmpeg.inc
recipes/ffmpeg/ffmpeg_svn.bb

index 4352339..b6dfe53 100644 (file)
@@ -47,7 +47,7 @@ ffmpeg_create_compat_links() {
         cd ${SYSROOT_DESTDIR}${STAGING_INCDIR}/ffmpeg
 
         for lib in ${FFMPEG_LIBS}; do
-                ln -s ../$lib/*.h '.'
+                ln -s ../$lib/*.h '.' || true
         done
 }
 
index 80c79b6..6f51a60 100644 (file)
@@ -6,7 +6,7 @@ LICENSE = "GPLv2+"
 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 = "24596"
+SRCREV = "25825"
 
 PV = "0.6+${PR}+svnr${SRCPV}"
 PR = "${INC_PR}.3"