summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-01-05 02:27:53 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-01-05 02:27:53 +0100
commit605052fe1de7948a51111fa879420200d97366a9 (patch)
tree82430ebcaa3babb452216c3a3290a519e90984b5
parent0c671d36c63ad1015ea8b02cb6d464edfe96db63 (diff)
downloadxine-lib-605052fe1de7948a51111fa879420200d97366a9.tar.gz
xine-lib-605052fe1de7948a51111fa879420200d97366a9.tar.bz2
Remove reference to FFmpeg's own build system now that it is gone.
-rw-r--r--ChangeLog3
1 files changed, 0 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f100db2dc..261d1dac3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,9 +8,6 @@ xine-lib (1.1.90) (Unreleased)
* Remove the buttons array from video_overlay, as the feature linked to that
was never implemented. This change reduces by 10MB the memory usage of
xine-lib during playback (1/3 of the memory used while playing an mp3).
- * Use FFmpeg's own build system rather than wrapping automake around its
- sources; this allows easy enabling or disabling of FFmpeg features and
- proper support for --disable-ffmpeg-(uncommon|popular)-codecs.
* Update libmpcdec (formerly libmusepack) to version 1.2.6 (newer than the
previous Subversion snapshot) and contextually move it to
contrib/libmpcdec to separate from xine's own code.