Changeset 433
- Timestamp:
- 02/23/09 21:14:58 (16 years ago)
- Location:
- libmpc/trunk/libmpcdec
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/libmpcdec/ChangeLog
r131 r433 1 1.3.0 2 * first sv8 release 3 * major changes in the API (decoder and demuxer are spitted) 4 1 5 1.2.3 2 6 * Reduced memory usage and code size. Patch by Peter Pawlowski -
libmpc/trunk/libmpcdec/Makefile.am
r409 r433 10 10 $(common_sources) 11 11 12 libmpcdec_la_LDFLAGS = -no-undefined -version-info 6:0:012 libmpcdec_la_LDFLAGS = -no-undefined -version-info 7:0:1 13 13 14 14 noinst_HEADERS = mpc_bits_reader.h huffman.h decoder.h internal.h requant.h mpcdec_math.h -
libmpc/trunk/libmpcdec/README
r131 r433 3 3 run "./configure [--prefix=/usr]; make" 4 4 5 To create a sample app using the musepack decoder library in src/6 Check src/sample.cppfor more details.5 To create a sample app using the musepack decoder library 6 Check ../mpcdec/mpcdec.c and ../include/mpc/mpcdec.h for more details.
Note: See TracChangeset
for help on using the changeset viewer.