evpobr 5ebd3d5276 Fix WinRT configuring
Don't rely on _WIN32_WINNT value to enable WinRT support.

if _WIN32_WINNT is not set manually, it is defaulted to SDK version. So
if you use SDK > 8 you cannot use TagLib under Win7 and lower because of
CreateFile2 function dependency.

PLATFORM_WINRT option (OFF by default) was introduced to enable WinRT
build.

Related issues: https://github.com/Microsoft/vcpkg/issues/1240
2017-06-08 19:00:37 +05:00
2016-04-22 16:46:15 +03:00
2011-02-13 12:22:42 +00:00
2017-06-08 19:00:37 +05:00
2015-05-18 11:31:55 +02:00
2016-02-14 03:29:03 +09:00
2016-02-14 03:29:03 +09:00
2016-03-03 10:06:51 +09:00
2017-06-08 19:00:37 +05:00
2017-06-08 19:00:37 +05:00
2017-01-31 00:21:41 +09:00
2016-11-08 22:56:42 +09:00
2015-12-21 22:25:49 +01:00

TagLib

Build Status

TagLib Audio Meta-Data Library

http://taglib.org/

TagLib is a library for reading and editing the meta-data of several popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in FLAC, MPC, Speex, WavPack, TrueAudio, WAV, AIFF, MP4 and ASF files.

TagLib is distributed under the GNU Lesser General Public License (LGPL) and Mozilla Public License (MPL). Essentially that means that it may be used in proprietary applications, but if changes are made to TagLib they must be contributed back to the project. Please review the licenses if you are considering using TagLib in your project.

Description
No description provided
Readme 13 MiB
Languages
C++ 95.9%
CMake 2.5%
C 1.1%
Logos 0.5%