diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-05-31 18:29:00 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-05-31 18:29:00 +0200 |
commit | a8bb7140826c99ee2448695058146ec265b6e4e6 (patch) | |
tree | 84c514d4da77eb5f02b5959ccbd76a407900ad70 /ChangeLog | |
parent | 99a966ff01671a2724359c79fab7b3c7fb394d3a (diff) | |
download | xine-lib-a8bb7140826c99ee2448695058146ec265b6e4e6.tar.gz xine-lib-a8bb7140826c99ee2448695058146ec265b6e4e6.tar.bz2 |
Move modplug demuxing on its own plugin.
This way binary distributions can make it optional, as it requires quite a bit of CPU time during initialisation, even for audio files that nothing have to do with modplug.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ xine-lib (1.1.90) (Unreleased) not possible to distinguish between 401 Authentication Requried and 403 Forbidden. * Merge the demuxer and the decoder for NSF files in a combined plugin. + * Move modplug demuxing on its own plugin, this way binary distributions + can make it optional, as it requires quite a bit of CPU time during + initialisation, even for audio files that nothing have to do with modplug. xine-lib (1.1.7) (unreleased) * Support libdca (new name for libdts) by shuffling around the dts.h file. |