mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
ffmpegrev: Update to today's upstream ffmpeg. No visible regressions.
Original commit message from CVS: * ffmpegrev: Update to today's upstream ffmpeg. No visible regressions.
This commit is contained in:
parent
3bd052bef3
commit
4de29a49a1
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-05-08 Edward Hervey <edward.hervey@collabora.co.uk>
|
||||||
|
|
||||||
|
* ffmpegrev:
|
||||||
|
Update to today's upstream ffmpeg. No visible regressions.
|
||||||
|
|
||||||
2008-05-08 Edward Hervey <edward.hervey@collabora.co.uk>
|
2008-05-08 Edward Hervey <edward.hervey@collabora.co.uk>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# 6315, 10844, 10876, 10910, 10932, 10939
|
# 6315, 10844, 10876, 10910, 10932, 10939
|
||||||
FFMPEG_REVISION=12672
|
FFMPEG_REVISION=13080
|
||||||
FFMPEG_CO_DIR=gst-libs/ext/ffmpeg
|
FFMPEG_CO_DIR=gst-libs/ext/ffmpeg
|
||||||
FFMPEG_SVN=svn://svn.mplayerhq.hu/ffmpeg/trunk
|
FFMPEG_SVN=svn://svn.mplayerhq.hu/ffmpeg/trunk
|
||||||
# Because ffmpeg checks out libswscale via an svn:externals, checking
|
# Because ffmpeg 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.
|
# when you update FFMPEG_REVISION.
|
||||||
FFMPEG_EXTERNALS_UPDATE="cd $FFMPEG_CO_DIR/libswscale && svn up -r '{2008-04-03 00:07:21 +0200}'"
|
FFMPEG_EXTERNALS_UPDATE="cd $FFMPEG_CO_DIR/libswscale && svn up -r '{2008-05-08 00:07:21 +0200}'"
|
||||||
|
|
Loading…
Reference in a new issue