From: Koen Kooi Date: Thu, 25 Nov 2010 10:38:54 +0000 (+0100) Subject: ffmpeg: bump SRCREV X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=271184dba0fe9204d3bb68473edd50f543197f31;p=openembedded.git ffmpeg: bump SRCREV Signed-off-by: Koen Kooi --- diff --git a/recipes/ffmpeg/ffmpeg.inc b/recipes/ffmpeg/ffmpeg.inc index 4352339119..b6dfe53943 100644 --- a/recipes/ffmpeg/ffmpeg.inc +++ b/recipes/ffmpeg/ffmpeg.inc @@ -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 } diff --git a/recipes/ffmpeg/ffmpeg_svn.bb b/recipes/ffmpeg/ffmpeg_svn.bb index 80c79b6c6a..6f51a6010a 100644 --- a/recipes/ffmpeg/ffmpeg_svn.bb +++ b/recipes/ffmpeg/ffmpeg_svn.bb @@ -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"