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 db73f2f commit 38b6e42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/build-scripts/gh-win-installdeps.bash
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ source src/build-scripts/build_pybind11.bash
#export pybind11_ROOT=$PWD/ext/dist


curl --location https://ffmpeg.zeranoe.com/builds/win64/dev/ffmpeg-4.2.1-win64-dev.zip -o ffmpeg-dev.zip
unzip ffmpeg-dev.zip
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
# FFmpeg_ROOT=$PWD/ffmpeg-4.2.1-win64-dev

echo "CMAKE_PREFIX_PATH = $CMAKE_PREFIX_PATH"

Expand Down

0 comments on commit 38b6e42

Please sign in to comment.