diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-01-19 02:35:36 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-01-19 02:35:36 +0000 |
commit | 2af57b46d30cea316a9f245cc2ecf826e756dbf5 (patch) | |
tree | 36dff919ca1ecd09cdd98e14d1a16390ddd08b0c /ChangeLog | |
parent | a0044b6bea994ea4f32ad049bd5fcccc5216e2be (diff) | |
download | xine-lib-2af57b46d30cea316a9f245cc2ecf826e756dbf5.tar.gz xine-lib-2af57b46d30cea316a9f245cc2ecf826e756dbf5.tar.bz2 |
Add --disable-musepack and --with-external-libmpcdec parameters to configure, now users can decide if they want musepack support and whether to use an external copy of libmpcdec.
CVS patchset: 8532
CVS date: 2007/01/19 02:35:36
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -55,6 +55,11 @@ xine-lib (1.1.4) Note: currently both uncommon/popular codecs are _build_ but disabled. that is, build system still need some improvements to really save memory. * Fix possible division by zero when pausing. + * Allow disabling build of musepack decoder through a ./configure parameter + (--disable-musepack). + * Allow using external libmpcdec for MusePack decoding rather than the + internal copy of an old libmusepack, through a ./configure parameter + (--with-external-libmpcdec). xine-lib (1.1.3) * Security fixes: |