--- trunk/mplayer/make-svn-snapshot.sh 2010/09/29 21:31:38 1163 +++ trunk/mplayer/make-svn-snapshot.sh 2011/07/22 15:10:19 1437 @@ -12,6 +12,11 @@ cd ${temp} svn checkout ${svn_base_uri} ${svn_module} +# check out git ffmpeg via provided configure +pushd ${temp}/${svn_module} +yes | ./configure --help +popd + latest_version="1.0_svn$(svn info ${svn_module} | grep Revision | sed 's:.*\:\ \(.*\):\1:')" mv ${temp}/${svn_module} ${tarball_prefix}-${latest_version}