GNOME Bugzilla – Bug 520880
audiofx doesn't build on Windows/MSVC
Last modified: 2008-03-07 13:13:29 UTC
Please describe the problem: asinh() is missing and needs a replacement. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 106730 [details] [review] Fix the missing asin() with a replacement macro. Patch by Haakon Sporsheim (submitting on behalf of him as I'm on a patch submitting spree.)
Thanks, I've committed a different fix for this now, could you check if latest CVS builds fine on windows? I've also included replacement functions for sinh() and cosh() as those seem to be missing too on some systems. 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.