summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-18 16:58:51 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-18 16:58:51 +0200
commitb502e15322d2fe9c41645a0905683e7783cf2a30 (patch)
treeaf21b809bc370480252c3f3c6b16ee8446745d1b /ChangeLog
parentf26e3cfb631fb748f712bfcf064ce907d68aa7c3 (diff)
downloadxine-lib-b502e15322d2fe9c41645a0905683e7783cf2a30.tar.gz
xine-lib-b502e15322d2fe9c41645a0905683e7783cf2a30.tar.bz2
Permit to build against libdca 0.0.5.
To build against this, we need to make sure that the system dts.h header is used instead of the internal copy of it, as the internal copy will declare the functions with the old names, while libdca's system header will create macro aliases between the old names and the new ones. Better fix will be implemented in 1.2 series. --HG-- rename : src/libdts/dts.h => src/libdts/internal-dts.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0120a216f..4759efe4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+xine-lib (1.1.7) (unreleased)
+ * Support libdca (new name for libdts) by shuffling around the dts.h file.
+
xine-lib (1.1.6)
* Split the DirectFB plugin into X11 and non-X versions.
* Improve the Mac OS X video output plugin. Thanks to Matt Messier.