diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-10-10 15:40:44 +0100 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-10-10 15:40:44 +0100 |
| commit | 14f890ace90e06b92985d23b310caf1864f920ec (patch) | |
| tree | 7bc2b4456b16ecba496347a1535ce407b082f52a /ChangeLog | |
| parent | 562b7dcefad5d0acd7c906dfa97107e8be8ff536 (diff) | |
| download | xine-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
