diff options
author | Damien Lespiau <damien.lespiau@gmail.com> | 2008-07-04 18:52:37 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-07-04 18:52:37 +0000 |
commit | 60128149f864acead0cb0b552033c44f5519be32 (patch) | |
tree | 8e8d54dc5716af1b8e710b35d8d70b25f627c11c /ChangeLog | |
parent | 1f25b18c45770894988fa8914e6cd905c4f81fa3 (diff) | |
download | gst-plugins-bad-60128149f864acead0cb0b552033c44f5519be32.tar.gz gst-plugins-bad-60128149f864acead0cb0b552033c44f5519be32.tar.bz2 gst-plugins-bad-60128149f864acead0cb0b552033c44f5519be32.zip |
configure.ac: Fix checking of headers for the OSS4 plugin to fail if a single header doesn't exist already. AC_CHECK_...
Original commit message from CVS:
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |