1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-06-02 06:01:10 +00:00

Update 3rd party URLs

This commit is contained in:
Moritz Grimm 2015-01-07 23:43:22 +01:00
parent 1ca7cee192
commit da3c066b48
2 changed files with 5 additions and 5 deletions

4
README
View File

@ -40,7 +40,7 @@ Ezstream optionally uses:
- For reading metadata from Ogg Vorbis files:
* TagLib 1.x (1.4 or newer recommended, will be used via the libtag_c
wrapper)
(http://developer.kde.org/~wheeler/taglib.html)
(https://taglib.github.io/)
OR:
* libvorbis 1.x
(http://www.vorbis.com)
@ -48,7 +48,7 @@ Ezstream optionally uses:
many additional media file types.
- For basic non-ASCII charset support in metadata and filenames:
* Libiconv, if iconv() is not available in the system libc.
(http://www.gnu.org/software/libiconv/)
(https://www.gnu.org/software/libiconv/)

View File

@ -67,13 +67,13 @@ A few useful features are missing in the Windows version of ezstream:
Ezstream uses:
* zlib (http://www.zlib.net/, BSD-like license)
* libiconv (http://www.gnu.org/software/libiconv/, LGPL)
* libiconv (https://www.gnu.org/software/libiconv/, LGPL)
* libxml2 (http://xmlsoft.org/, BSD-like license)
* libogg, libvorbis, libvorbisfile (http://www.vorbis.com/, BSD-like license)
* libFLAC (http://flac.sourceforge.net/, BSD-like license)
* libFLAC (https://xiph.org/flac/, BSD-like license)
* libtheora (http://www.theora.org/, BSD-like license)
* libshout (http://www.icecast.org, LGPL)
* TagLib (http://ktown.kde.org/~wheeler/taglib.html, LGPL)
* TagLib (https://taglib.github.io/, LGPL)
These libraries are statically linked into the ezstream.exe file.