1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/codecs/libmusepack
Andree Buschmann db4d7a313e 1st part of fix for FS#10637. Correction of mpc header parsing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24408 a1c6a512-1295-4272-9138-f99709370657
2010-01-31 11:43:42 +00:00
..
AUTHORS
ChangeLog
config-mpc.h
config_types.h
COPYING
decoder.h
huffman.h
huffsv7.c New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +00:00
huffsv46.c New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +00:00
idtag.c
internal.h
libmusepack.make Silence warning from 'ar' if the archive had to be created. 2009-03-01 09:04:15 +00:00
mainpage.h
math.h
mpc_config.h Set svn:keywords property on .c and .h files that didn't already have it. Correct svn:executable property on some files. 2010-01-03 14:28:09 +00:00
mpc_decoder.c
musepack.h New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +00:00
reader.h
README
README.rockbox
requant.c
requant.h
SOURCES
streaminfo.c 1st part of fix for FS#10637. Correction of mpc header parsing. 2010-01-31 11:43:42 +00:00
streaminfo.h
synth_filter.c Cosmetic fix: remove duplicate semicolons 2009-03-04 18:15:06 +00:00
synth_filter_arm.S Set svn:keywords property on .c and .h files that didn't already have it. Correct svn:executable property on some files. 2010-01-03 14:28:09 +00:00

Musepack Decoder Library 1.1:

run "./configure; make"

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