mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 12:21:30 +00:00
60ee556217
The 0.5 ffmpeg branch includes libswscale directly, not as an external, breaking the dist (and warning in autogen.sh) about not being able to update its revision. Add some code to not update the svn external if the FFMPEG_EXTERNALS_REVISION variable is empty. Also, in autogen.sh check that the current FFmpeg checkout is from the right branch according to ffmpegrev, and check it out again if it's not.
9 lines
459 B
Text
9 lines
459 B
Text
FFMPEG_REVISION=18939
|
|
FFMPEG_CO_DIR=gst-libs/ext/ffmpeg
|
|
FFMPEG_SVN=svn://svn.ffmpeg.org/ffmpeg/branches/0.5
|
|
# Because ffmpeg trunk checks out libswscale via an svn:externals, checking
|
|
# out an old ffmpeg does not check out a corresponding libswscale.
|
|
# Keep the swscale checkout manually synchronized, then. Update this
|
|
# when you update FFMPEG_REVISION. Set it to empty if there's no
|
|
# external to update (as on ffmpeg 0.5 branch)
|
|
FFMPEG_EXTERNALS_REVISION=
|