Check for sinh(), cosh() and asinh() and define our own implementations if they're...
authorSebastian Dröge <slomo@circular-chaos.org>
Fri, 7 Mar 2008 13:08:42 +0000 (13:08 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Fri, 7 Mar 2008 13:08:42 +0000 (13:08 +0000)
commitc299138aaf5e279b36245c72f5442a7c02a76a5b
tree9bef76558c168174130f5dbf87df194033f343ba
parent7f9ddba043f5d13378bf512d72880020044e5d17
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
configure.ac
gst/audiofx/Makefile.am
gst/audiofx/audiochebband.c
gst/audiofx/audiocheblimit.c
gst/audiofx/math_compat.h [new file with mode: 0644]