From ffdf9130cea2a1536f93aaeeb61fc268c10592ad Mon Sep 17 00:00:00 2001 From: Gitoffthelawn Date: Sun, 17 Dec 2023 05:38:41 -0800 Subject: [PATCH] Update Expat XML parrser link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aec3081b51..a00e42e140 100644 --- a/README.md +++ b/README.md @@ -272,7 +272,7 @@ The following Exiv2 features require external libraries: | Feature | Package | Default | To change default | Availability | |:------------------------ |:-------- |:-------:|:--------------------------- |:------------ | | PNG image support | zlib | ON | -DEXIV2\_ENABLE\_PNG=OFF | [http://zlib.net/](http://zlib.net/) | -| XMP support | expat | ON | -DEXIV2\_ENABLE\_XMP=OFF | [http://expat.sourceforge.net](http://expat.sourceforge.net)/
Use _**Expat 2.2.6**_ and later | +| XMP support | expat | ON | -DEXIV2\_ENABLE\_XMP=OFF | [https://libexpat.github.io/](https://libexpat.github.io/)
Use _**Expat 2.2.6**_ and later | | Natural language system | gettext | OFF | -DEXIV2\_ENABLE\_NLS=ON | [http://www.gnu.org/software/gettext/](http://www.gnu.org/software/gettext/) | | JPEG XL brob support | brotli | ON | -DEXIV2\_ENABLE\_BROTLI=OFF | [https://github.com/google/brotli](https://github.com/google/brotli) | | Character set conversion | libiconv | | Disabled for Visual Studio.
Linked when installed on UNIX like platforms. | [https://www.gnu.org/software/libiconv/](https://www.gnu.org/software/libiconv/) |