summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-06-17 20:55:57 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-06-17 20:55:57 +0200
commitff52af5fe34b2a32730a6ce85961943146dfc1ba (patch)
tree66b5bded31776e16df5827eeeada58bfbe72f37f
parent052bbf62a834eefdebb2e86fab19420eac4cf029 (diff)
downloadxine-lib-ff52af5fe34b2a32730a6ce85961943146dfc1ba.tar.gz
xine-lib-ff52af5fe34b2a32730a6ce85961943146dfc1ba.tar.bz2
Add a ChangeLog entry for the Solaris branch.
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 933a5b700..3cc2f4b93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@ xine-lib (1.1.8) (Unreleased)
* Disable mediaLib support by default (the licenses probably disallow the
distribution of xine binaries built against mediaLib, and on non-VIS
capable boxes it's probably worse than our own code).
+ * Rename endianness-reading macros so that they don't collide with Solaris
+ system macros. BE_/LE_ are now _X_BE_ and _X_LE_.
xine-lib (1.1.7)
* Support libdca (new name for libdts) by shuffling around the dts.h file.