From 7e9dd1f2257ee37b6b3057de11cf57571b85924f Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Fri, 13 Feb 2009 18:01:29 +0000 Subject: 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. --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') 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. -- cgit v1.2.3 From bc41d754bd2bc6777ae8de4111d4ea5986f6083f Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Mon, 16 Feb 2009 22:36:27 -0300 Subject: Protect audio loop so it cannot write to a paused device (fix pause/resume freeze with pulseaudio). --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index efc81a544..0c294888b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ 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. + * Protect audio loop so it cannot write to a paused device (fix + pause/resume freeze with pulseaudio). xine-lib (1.1.16.2) 2009-02-10 * Build fixes related to ImageMagick 6.4 & later. -- cgit v1.2.3