summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2009-02-13 18:01:29 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2009-02-13 18:01:29 +0000
commit7e9dd1f2257ee37b6b3057de11cf57571b85924f (patch)
treecfc5510b1b87a0cf2a0f9e19ce7baf8af214fe4c /ChangeLog
parent6002a9a87b3f591832c2b91ca1b2b1b67be008f5 (diff)
downloadxine-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--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3e8baaf2..efc81a544 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.