From 8b83e35aeb43a9149b325c08ece1e2454e6864da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 15 Jun 2010 19:50:29 +0200 Subject: [PATCH] ffmpegrev: Fix checkout directory to prevent a new checkout every time autogen.sh runs --- ffmpegrev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpegrev b/ffmpegrev index a35607d2b6..24ebe10274 100644 --- a/ffmpegrev +++ b/ffmpegrev @@ -1,6 +1,6 @@ FFMPEG_REVISION=23390 FFMPEG_CO_DIR=gst-libs/ext/ffmpeg -FFMPEG_SVN=svn://svn.ffmpeg.org/ffmpeg/branches/0.6/ +FFMPEG_SVN=svn://svn.ffmpeg.org/ffmpeg/branches/0.6 # 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