diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-02-13 18:01:29 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-02-13 18:01:29 +0000 |
commit | 7e9dd1f2257ee37b6b3057de11cf57571b85924f (patch) | |
tree | cfc5510b1b87a0cf2a0f9e19ce7baf8af214fe4c /ChangeLog | |
parent | 6002a9a87b3f591832c2b91ca1b2b1b67be008f5 (diff) | |
download | xine-lib-7e9dd1f2257ee37b6b3057de11cf57571b85924f.tar.gz xine-lib-7e9dd1f2257ee37b6b3057de11cf57571b85924f.tar.bz2 |
Fix a build failure on *BSD due to some rather useful GNUisms.
Their sed doesn't have \s and their tail doesn't handle -ve line counts.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ xine-lib (1.1.17) 2009-??-?? * Enable libmpeg2new. This is not yet production code; the old mpeg2 decoder remains the default. + * Fix a build failure on *BSD due to some rather useful GNUisms. xine-lib (1.1.16.2) 2009-02-10 * Build fixes related to ImageMagick 6.4 & later. |