Changeset 433


Ignore:
Timestamp:
02/23/09 21:14:58 (15 years ago)
Author:
r2d
Message:
  • change libmpcdec API version (libtool)
  • update ChangeLog and README
Location:
libmpc/trunk/libmpcdec
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/libmpcdec/ChangeLog

    r131 r433  
     11.3.0
     2    * first sv8 release
     3    * major changes in the API (decoder and demuxer are spitted)
     4
    151.2.3
    26    * Reduced memory usage and code size. Patch by Peter Pawlowski
  • libmpc/trunk/libmpcdec/Makefile.am

    r409 r433  
    1010        $(common_sources)
    1111
    12 libmpcdec_la_LDFLAGS = -no-undefined -version-info 6:0:0
     12libmpcdec_la_LDFLAGS = -no-undefined -version-info 7:0:1
    1313
    1414noinst_HEADERS = mpc_bits_reader.h huffman.h decoder.h internal.h requant.h mpcdec_math.h
  • libmpc/trunk/libmpcdec/README

    r131 r433  
    33run "./configure [--prefix=/usr]; make"
    44
    5 To create a sample app using the musepack decoder library in src/
    6 Check src/sample.cpp for more details.
     5To create a sample app using the musepack decoder library
     6Check ../mpcdec/mpcdec.c and ../include/mpc/mpcdec.h for more details.
Note: See TracChangeset for help on using the changeset viewer.