We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e6e57 commit 5545c89Copy full SHA for 5545c89
cross_compile_ffmpeg.sh
@@ -954,7 +954,7 @@ build_libmodplug() {
954
955
build_libcaca() {
956
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
+ download_and_unpack_file https://distfiles.macports.org/libcaca/libcaca-0.99.beta18.tar.gz libcaca-0.99.beta18
958
cd libcaca-0.99.beta18
959
cd caca
960
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