cog/Frameworks/MPCDec/Files
Christopher Snowhill 277e52906a [Musepack Library] Fix capitalization of headers
Header include paths are named after the framework, which is all lower-
case, not uppercase like the source folder is named. The header include
paths inside the project are lowercase as well, so this fits.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-06-17 02:24:12 -07:00
..
include [Musepack Library] Fix capitalization of headers 2022-06-17 02:24:12 -07:00
src MPCDec: Update genre list to match what TagLib reads 2022-01-08 16:12:00 -08:00
AUTHORS Merged with cog-audio-framework branch. Cog now uses plugins. 2007-02-24 20:36:27 +00:00
COPYING Merged with cog-audio-framework branch. Cog now uses plugins. 2007-02-24 20:36:27 +00:00
ChangeLog Updated MPCDec to version 1.2.6 2013-10-21 00:39:44 -07:00
INSTALL Merged with cog-audio-framework branch. Cog now uses plugins. 2007-02-24 20:36:27 +00:00
README Updated MPCDec to version 1.2.6 2013-10-21 00:39:44 -07:00

README

Musepack Decoder Library:

run "./configure [--prefix=/usr]; make"

To create a sample app using the musepack decoder library in src/
Check src/sample.cpp for more details.