[FFmpeg-soc] [soc]: r5636 - in libavfilter: checkout.sh diffs/01_ffplay_filters.diff
stefano
subversion at mplayerhq.hu
Sat Mar 6 15:29:13 CET 2010
Author: stefano
Date: Sat Mar 6 15:29:13 2010
New Revision: 5636
Log:
Update to FFmpeg r22232 / libswscale r30856, and drops the ffplay
patch, which is now integrated into the main FFmpeg repository.
Deleted:
libavfilter/diffs/01_ffplay_filters.diff
Modified:
libavfilter/checkout.sh
Modified: libavfilter/checkout.sh
==============================================================================
--- libavfilter/checkout.sh Thu Mar 4 14:04:01 2010 (r5635)
+++ libavfilter/checkout.sh Sat Mar 6 15:29:13 2010 (r5636)
@@ -1,11 +1,11 @@
#! /bin/sh
echo "checking out pristine ffmpeg"
-svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk/ ffmpeg -r22063
+svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk/ ffmpeg -r22232
echo "downloading the corresponding version of swscale"
cd ffmpeg/libswscale
-svn up -r30730
+svn up -r30856
cd ../..
echo "patching ffmpeg"
More information about the FFmpeg-soc
mailing list