Skip to content

Commit 5545c89

Browse files
committed
attempt more reliable libcaca download location yikes timeouts tonight on it
1 parent 10e6e57 commit 5545c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cross_compile_ffmpeg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ build_libmodplug() {
954954

955955
build_libcaca() {
956956
local cur_dir2=$(pwd)/libcaca-0.99.beta18
957-
download_and_unpack_file http://caca.zoy.org/files/libcaca/libcaca-0.99.beta18.tar.gz libcaca-0.99.beta18
957+
download_and_unpack_file https://distfiles.macports.org/libcaca/libcaca-0.99.beta18.tar.gz libcaca-0.99.beta18
958958
cd libcaca-0.99.beta18
959959
cd caca
960960
sed -i.bak "s/__declspec(dllexport)//g" *.h # get rid of the declspec lines otherwise the build will fail for undefined symbols

0 commit comments

Comments
 (0)