Changeset 154


Ignore:
Timestamp:
12/07/06 20:41:54 (17 years ago)
Author:
zorg
Message:

Prepare for 1.2.4 release

Location:
libmpcdec/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • libmpcdec/trunk/ChangeLog

    r112 r154  
     11.2.4
     2        * Fix broken stream initialization on non-mpc files
     3
    141.2.3
    25    * Added fast-seeking (bit-perfect only with mppenc 1.16 files and later, optional but safe on pre mppenc 1.16 files). Patch by Nicolas Botti
  • libmpcdec/trunk/configure.ac

    r10 r154  
    22AC_INIT(src/mpc_decoder.c)
    33AC_CONFIG_AUX_DIR(config)
    4 AM_INIT_AUTOMAKE(libmpcdec,1.2.3)
     4AM_INIT_AUTOMAKE(libmpcdec,1.2.4)
    55AM_CONFIG_HEADER(include/config.h)
    66
  • libmpcdec/trunk/src/Makefile.am

    r82 r154  
    1414        streaminfo.c \
    1515        synth_filter.c
    16 libmpcdec_la_LDFLAGS = -no-undefined -version-info 5:0:2
     16libmpcdec_la_LDFLAGS = -no-undefined -version-info 5:1:2
    1717
    1818noinst_PROGRAMS = sample
Note: See TracChangeset for help on using the changeset viewer.