summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-10-10 15:40:44 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-10-10 15:40:44 +0100
commit14f890ace90e06b92985d23b310caf1864f920ec (patch)
tree7bc2b4456b16ecba496347a1535ce407b082f52a /ChangeLog
parent562b7dcefad5d0acd7c906dfa97107e8be8ff536 (diff)
downloadxine-lib-14f890ace90e06b92985d23b310caf1864f920ec.tar.gz
xine-lib-14f890ace90e06b92985d23b310caf1864f920ec.tar.bz2
Deprecate xine-config and re-implement it in terms of "pkg-config libxine".
xine-config is no longer a build-time generated file. --HG-- rename : misc/xine-config.in => misc/xine-config
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d65d6bbe..4301066d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
xine-lib (1.1.90) (Unreleased)
* Add support for VDR.
+ * xine-config is deprecated in favour of pkg-config libxine.
+ Use "pkgconfig --variable=foo libxine" where you previously used
+ "xine-config --foo".
* Reorder and modify public structures to reduce the holes caused by padding
especially on 64-bit architectures.
* Remove the buttons array from video_overlay, as the feature linked to that