From c299138aaf5e279b36245c72f5442a7c02a76a5b Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Fri, 7 Mar 2008 13:08:42 +0000 Subject: Check for sinh(), cosh() and asinh() and define our own implementations if they're not available. Fixes bug #520880. Original commit message from CVS: * configure.ac: * gst/audiofx/Makefile.am: * gst/audiofx/audiochebband.c: * gst/audiofx/audiocheblimit.c: * gst/audiofx/math_compat.h: Check for sinh(), cosh() and asinh() and define our own implementations if they're not available. Fixes bug #520880. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5f29fda1..bf2fe6dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-03-07 Sebastian Dröge + + * configure.ac: + * gst/audiofx/Makefile.am: + * gst/audiofx/audiochebband.c: + * gst/audiofx/audiocheblimit.c: + * gst/audiofx/math_compat.h: + Check for sinh(), cosh() and asinh() and define our own + implementations if they're not available. Fixes bug #520880. + 2008-03-07 Sebastian Dröge Patch by: Olivier Crete -- cgit