summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c86b92a6..b6fff094 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,15 @@
Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
* configure.ac:
+ Fix checking of headers for the OSS4 plugin to fail if a single
+ header doesn't exist already. AC_CHECK_HEADERS only fails if none
+ of the headers is found. Fixes bug #541543.
+
+2008-07-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
+
+ * configure.ac:
* gst/festival/Makefile.am:
* gst/festival/gstfestival.c:
Fix built of the festival plugin with mingw32 by linking to ws2_32.dll