diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-06-17 20:55:57 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-06-17 20:55:57 +0200 |
commit | ff52af5fe34b2a32730a6ce85961943146dfc1ba (patch) | |
tree | 66b5bded31776e16df5827eeeada58bfbe72f37f | |
parent | 052bbf62a834eefdebb2e86fab19420eac4cf029 (diff) | |
download | xine-lib-ff52af5fe34b2a32730a6ce85961943146dfc1ba.tar.gz xine-lib-ff52af5fe34b2a32730a6ce85961943146dfc1ba.tar.bz2 |
Add a ChangeLog entry for the Solaris branch.
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |