From 51f2362cd1367dd1f70eebad83967916db7d9d34 Mon Sep 17 00:00:00 2001 From: Anton Venema Date: Wed, 31 May 2017 15:21:23 -0700 Subject: [PATCH] Fix ffmpeg-snapshot.tar.bz2 download Extra white-space in the ffmpeg-snapshot.tar.bz2 paths (remote and local) are preventing macOS from downloading the file successfully. --- build-ffmpeg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-ffmpeg b/build-ffmpeg index 7fb0460e..cb62ba98 100755 --- a/build-ffmpeg +++ b/build-ffmpeg @@ -306,7 +306,7 @@ fi build "ffmpeg" -download "http://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2 " "ffmpeg-snapshot.tar.bz2 " +download "http://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2" "ffmpeg-snapshot.tar.bz2" cd $PACKAGES/ffmpeg* || exit CFLAGS="-I$WORKSPACE/include" LDFLAGS="-L$WORKSPACE/lib" execute ./configure --arch=64 --prefix=${WORKSPACE} --extra-cflags="-I$WORKSPACE/include" --extra-ldflags="-L$WORKSPACE/lib" \