We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42812d2 + 29885b1 commit 887a9d3Copy full SHA for 887a9d3
cross_compile_ffmpeg.sh
@@ -651,7 +651,7 @@ build_libleptonica() {
651
652
build_libtiff() {
653
build_libjpeg_turbo # auto uses it?
654
- generic_download_and_make_and_install ftp://download.osgeo.org/libtiff/tiff-4.0.9.tar.gz
+ generic_download_and_make_and_install http://download.osgeo.org/libtiff/tiff-4.0.9.tar.gz
655
sed -i.bak 's/-ltiff.*$/-ltiff -llzma -ljpeg -lz/' $PKG_CONFIG_PATH/libtiff-4.pc # static deps
656
}
657
0 commit comments