mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-12-04 14:46:31 -05:00
Update 3rd party URLs
This commit is contained in:
parent
1ca7cee192
commit
da3c066b48
4
README
4
README
@ -40,7 +40,7 @@ Ezstream optionally uses:
|
|||||||
- For reading metadata from Ogg Vorbis files:
|
- For reading metadata from Ogg Vorbis files:
|
||||||
* TagLib 1.x (1.4 or newer recommended, will be used via the libtag_c
|
* TagLib 1.x (1.4 or newer recommended, will be used via the libtag_c
|
||||||
wrapper)
|
wrapper)
|
||||||
(http://developer.kde.org/~wheeler/taglib.html)
|
(https://taglib.github.io/)
|
||||||
OR:
|
OR:
|
||||||
* libvorbis 1.x
|
* libvorbis 1.x
|
||||||
(http://www.vorbis.com)
|
(http://www.vorbis.com)
|
||||||
@ -48,7 +48,7 @@ Ezstream optionally uses:
|
|||||||
many additional media file types.
|
many additional media file types.
|
||||||
- For basic non-ASCII charset support in metadata and filenames:
|
- For basic non-ASCII charset support in metadata and filenames:
|
||||||
* Libiconv, if iconv() is not available in the system libc.
|
* Libiconv, if iconv() is not available in the system libc.
|
||||||
(http://www.gnu.org/software/libiconv/)
|
(https://www.gnu.org/software/libiconv/)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -67,13 +67,13 @@ A few useful features are missing in the Windows version of ezstream:
|
|||||||
|
|
||||||
Ezstream uses:
|
Ezstream uses:
|
||||||
* zlib (http://www.zlib.net/, BSD-like license)
|
* 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)
|
* libxml2 (http://xmlsoft.org/, BSD-like license)
|
||||||
* libogg, libvorbis, libvorbisfile (http://www.vorbis.com/, 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)
|
* libtheora (http://www.theora.org/, BSD-like license)
|
||||||
* libshout (http://www.icecast.org, LGPL)
|
* 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.
|
These libraries are statically linked into the ezstream.exe file.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user