-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
3rdparty: fix libtiff URL in opencv source code(again) #24705
Copy link
Copy link
Closed
Labels
Milestone
Description
System Information
OpenCV version: 4.x
Detailed description
I fixed libtiff URL at #24199 .
Today I saw http://www.simplesystems.org/libtiff/.
http://libtiff.maptools.org/ is dropped In list of mirrors,.
And http://libtiff.maptools.org/ had not been updated(v4.4.0).
I'm sorry but I would like to fix it.
Lines 42 to 44 in ccc97b5
| See libtiff home page #1 http://www.simplesystems.org/libtiff/ | |
| #2 https://libtiff.gitlab.io/libtiff/ | |
| #3 http://libtiff.maptools.org/ |
See libtiff home page #1 http://www.simplesystems.org/libtiff/
#2 https://libtiff.gitlab.io/libtiff/
- #3 http://libtiff.maptools.org/Steps to reproduce
Only changing URLs.
Issue submission checklist
- I report the issue, it's not a question
- I checked the problem with documentation, FAQ, open issues, forum.opencv.org, Stack Overflow, etc and have not found any solution
- I updated to the latest OpenCV version and the issue is still there
- There is reproducer code and related data files (videos, images, onnx, etc)
Reactions are currently unavailable