[FFmpeg-soc] [soc]: r5214 - libavfilter/checkout.sh

vitor subversion at mplayerhq.hu
Sat Aug 22 07:43:33 CEST 2009


Author: vitor
Date: Sat Aug 22 07:43:33 2009
New Revision: 5214

Log:
Make checkout.sh script download the swscale revision corresponding to 
the FFmpeg one.

Modified:
   libavfilter/checkout.sh

Modified: libavfilter/checkout.sh
==============================================================================
--- libavfilter/checkout.sh	Fri Aug 21 18:21:36 2009	(r5213)
+++ libavfilter/checkout.sh	Sat Aug 22 07:43:33 2009	(r5214)
@@ -3,6 +3,11 @@
 echo "checking out pristine ffmpeg"
 svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk/ ffmpeg -r19346
 
+echo "downloading the corresponding version of swscale"
+cd ffmpeg/libswscale
+svn up -r29390
+cd ../..
+
 echo "patching ffmpeg"
 for diff in $(ls $(pwd)/diffs/*.diff); do patch -d ffmpeg -p0 -i $diff; done
 


More information about the FFmpeg-soc mailing list