mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
ffmpegrev: Switch to head of 0.6 branch
In preparation for ffmpeg 0.6 release
This commit is contained in:
parent
c28097b6c4
commit
0e4efec66c
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
FFMPEG_REVISION=21874
|
FFMPEG_REVISION=23390
|
||||||
FFMPEG_CO_DIR=gst-libs/ext/ffmpeg
|
FFMPEG_CO_DIR=gst-libs/ext/ffmpeg
|
||||||
FFMPEG_SVN=svn://svn.ffmpeg.org/ffmpeg/trunk
|
FFMPEG_SVN=svn://svn.ffmpeg.org/ffmpeg/branches/0.6/
|
||||||
# Because ffmpeg trunk checks out libswscale via an svn:externals, checking
|
# Because ffmpeg trunk checks out libswscale via an svn:externals, checking
|
||||||
# out an old ffmpeg does not check out a corresponding libswscale.
|
# out an old ffmpeg does not check out a corresponding libswscale.
|
||||||
# Keep the swscale checkout manually synchronized, then. Update this
|
# Keep the swscale checkout manually synchronized, then. Update this
|
||||||
# when you update FFMPEG_REVISION. Set it to empty if there's no
|
# when you update FFMPEG_REVISION. Set it to empty if there's no
|
||||||
# external to update (as on ffmpeg 0.5 branch)
|
# external to update (as on ffmpeg 0.5 branch)
|
||||||
FFMPEG_EXTERNALS_REVISION=30520
|
FFMPEG_EXTERNALS_REVISION=
|
||||||
|
|
Loading…
Reference in a new issue