From 992c527c913ffaa43e188093c45c60259975190d Mon Sep 17 00:00:00 2001 From: Letu Ren Date: Wed, 13 Dec 2023 11:51:19 +0800 Subject: [PATCH] Fix homepage of libspng The current one cannot be reached. I replaced it with the one I found in official Github repository https://github.com/randy408/libspng --- 3rdparty/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/readme.txt b/3rdparty/readme.txt index c3068521e3..467acc3776 100644 --- a/3rdparty/readme.txt +++ b/3rdparty/readme.txt @@ -31,7 +31,7 @@ libpng Portable Network Graphics library. libspng Portable Network Graphics library. The license and copyright notes can be found in libspng/LICENSE. - See libspng home page https://www.libspng.org + See libspng home page https://libspng.org for details and links to the source code WITH_SPNG CMake option must be ON to add libspng support to imgcodecs