Skip to content

Commit

Permalink
CI on Windows: Disable ffmpeg download, the link is broken (#2729)
Browse files Browse the repository at this point in the history
The web site where we used to download pre-built ffmpeg binaries
seems to have disappeared.

Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz committed Sep 29, 2020
1 parent deeb209 commit 5159395
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/build-scripts/gh-win-installdeps.bash
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,11 @@ ls "$VCPKG_INSTALLATION_ROOT/installed/x64-windows/bin"
echo "All VCPkg installs:"
vcpkg list

# curl --location https://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-4.2.1-win64-shared.zip -o ffmpeg-libs.zip
# unzip ffmpeg-libs.zip
curl --location https://ffmpeg.zeranoe.com/builds/win64/dev/ffmpeg-4.2.1-win64-dev.zip -o ffmpeg-dev.zip
unzip ffmpeg-dev.zip
ls
ls -R *ffmpeg*
FFmpeg_ROOT=$PWD/ffmpeg-4.2.1-win64-dev
# curl --location https://ffmpeg.zeranoe.com/builds/win64/dev/ffmpeg-4.2.1-win64-dev.zip -o ffmpeg-dev.zip
# unzip ffmpeg-dev.zip
# ls
# ls -R *ffmpeg*
# FFmpeg_ROOT=$PWD/ffmpeg-4.2.1-win64-dev

echo "CMAKE_PREFIX_PATH = $CMAKE_PREFIX_PATH"

Expand Down

0 comments on commit 5159395

Please sign in to comment.