Ticket #1877: configure-limit-ffmpeg-checkout.patch
| File configure-limit-ffmpeg-checkout.patch, 506 bytes (added by , 15 years ago) |
|---|
-
configure
50 50 if ! test -e ffmpeg ; then 51 51 echo "No FFmpeg checkout, press enter to download one with git or CTRL+C to abort" 52 52 read tmp 53 if ! git clone git://git.videolan.org/ffmpeg.git ffmpeg ; then53 if ! git clone --depth 1 git://git.videolan.org/ffmpeg.git ffmpeg ; then 54 54 rm -rf ffmpeg 55 55 echo "Failed to get a FFmpeg checkout" 56 56 exit 1
