Skip to content

Commit 887a9d3

Browse files
authored
Merge pull request #324 from esphas/patch-1
update the url for libtiff
2 parents 42812d2 + 29885b1 commit 887a9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cross_compile_ffmpeg.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ build_libleptonica() {
651651

652652
build_libtiff() {
653653
build_libjpeg_turbo # auto uses it?
654-
generic_download_and_make_and_install ftp://download.osgeo.org/libtiff/tiff-4.0.9.tar.gz
654+
generic_download_and_make_and_install http://download.osgeo.org/libtiff/tiff-4.0.9.tar.gz
655655
sed -i.bak 's/-ltiff.*$/-ltiff -llzma -ljpeg -lz/' $PKG_CONFIG_PATH/libtiff-4.pc # static deps
656656
}
657657

0 commit comments

Comments
 (0)