diff options
| author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-03-07 13:08:42 +0000 |
|---|---|---|
| committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-03-07 13:08:42 +0000 |
| commit | c299138aaf5e279b36245c72f5442a7c02a76a5b (patch) | |
| tree | 9bef76558c168174130f5dbf87df194033f343ba /ChangeLog | |
| parent | 7f9ddba043f5d13378bf512d72880020044e5d17 (diff) | |
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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2008-03-07 Sebastian Dröge <slomo@circular-chaos.org> + * 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 <slomo@circular-chaos.org> + Patch by: Olivier Crete <tester at tester dot ca> * ext/speex/gstspeexenc.c: (gst_speex_enc_chain): |
