diff options
Diffstat (limited to 'recipes/ffmpeg/ffmpeg_svn.bb')
-rw-r--r-- | recipes/ffmpeg/ffmpeg_svn.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/ffmpeg/ffmpeg_svn.bb b/recipes/ffmpeg/ffmpeg_svn.bb index 902824b241..80c79b6c6a 100644 --- a/recipes/ffmpeg/ffmpeg_svn.bb +++ b/recipes/ffmpeg/ffmpeg_svn.bb @@ -6,10 +6,10 @@ 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 = "23733" +SRCREV = "24596" PV = "0.6+${PR}+svnr${SRCPV}" -PR = "${INC_PR}.2" +PR = "${INC_PR}.3" DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_angstrom = "1" |