mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2025-02-02 15:07:45 -05:00
Having TagLib on Windows means that reading metadata from files should work
like elsewhere now. While here, do some minor tweaking as well. git-svn-id: https://svn.xiph.org/trunk/ezstream@13665 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
parent
03b61cb968
commit
8088ffc62b
@ -48,9 +48,10 @@ system.
|
||||
------------------------
|
||||
|
||||
|
||||
A few useful features are missing in the Windows version of ezstream. Runtime
|
||||
control via signals is not possible, and native metadata support is restricted
|
||||
to MP3 (ID3v1) and Ogg Vorbis tags.
|
||||
A few useful features are missing in the Windows version of ezstream:
|
||||
* Runtime control via signals is not possible.
|
||||
* Some useful external utilities (encoders, decoders, etc) may not be
|
||||
available on Windows.
|
||||
|
||||
|
||||
|
||||
@ -58,7 +59,7 @@ to MP3 (ID3v1) and Ogg Vorbis tags.
|
||||
--------------
|
||||
|
||||
|
||||
Ezstream uses
|
||||
Ezstream uses:
|
||||
* zlib (http://www.zlib.net/, BSD-like license)
|
||||
* libiconv (http://www.gnu.org/software/libiconv/, LGPL)
|
||||
* libxml2 (http://xmlsoft.org/, BSD-like license)
|
||||
|
Loading…
x
Reference in New Issue
Block a user