Changeset 154
- Timestamp:
- 12/07/06 20:41:54 (18 years ago)
- Location:
- libmpcdec/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpcdec/trunk/ChangeLog
r112 r154 1 1.2.4 2 * Fix broken stream initialization on non-mpc files 3 1 4 1.2.3 2 5 * 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 2 2 AC_INIT(src/mpc_decoder.c) 3 3 AC_CONFIG_AUX_DIR(config) 4 AM_INIT_AUTOMAKE(libmpcdec,1.2. 3)4 AM_INIT_AUTOMAKE(libmpcdec,1.2.4) 5 5 AM_CONFIG_HEADER(include/config.h) 6 6 -
libmpcdec/trunk/src/Makefile.am
r82 r154 14 14 streaminfo.c \ 15 15 synth_filter.c 16 libmpcdec_la_LDFLAGS = -no-undefined -version-info 5: 0:216 libmpcdec_la_LDFLAGS = -no-undefined -version-info 5:1:2 17 17 18 18 noinst_PROGRAMS = sample
Note: See TracChangeset
for help on using the changeset viewer.