summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-03-08 20:30:50 +0100
committerAlexis Ballier <aballier@gentoo.org>2009-03-08 20:30:50 +0100
commite2e4a31eef68c45ed4954d25b6b92eabbafef2ce (patch)
treee630af09e1782d0cb1c889a74b01028c56e755f1 /ChangeLog
parent7c9b436f8f40aa3f2f75bf2ecad543758d897330 (diff)
downloadxine-lib-e2e4a31eef68c45ed4954d25b6b92eabbafef2ce.tar.gz
xine-lib-e2e4a31eef68c45ed4954d25b6b92eabbafef2ce.tar.bz2
Fix build with libavutil >= 50.0.0
PIX_FMT_RGBA32 was #defined to PIX_FMT_RGB32 since 2006.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b79f283f2..2f4000c28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@ xine-lib (1.1.17) 2009-??-??
* Fix a build failure on *BSD due to some rather useful GNUisms.
* Protect audio loop so it cannot write to a paused device (fix
pause/resume freeze with pulseaudio).
+ * Fix build with libavutil >= 50.0.0.
xine-lib (1.1.16.2) 2009-02-10
* Build fixes related to ImageMagick 6.4 & later.