[vlc-devel] commit: Forgotten include <math.h> in previous spatializer fix. ( Jean-Baptiste Kempf )

git version control git at videolan.org
Sun Sep 14 04:18:37 CEST 2008


vlc | branch: 0.9-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Sat Sep 13 19:20:51 2008 -0700| [6d4830b864af38d7126aee103a6bcfe76bc80e89] | committer: Jean-Baptiste Kempf 

Forgotten include <math.h> in previous spatializer fix.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6d4830b864af38d7126aee103a6bcfe76bc80e89
---

 modules/audio_filter/spatializer/denormals.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/audio_filter/spatializer/denormals.h b/modules/audio_filter/spatializer/denormals.h
index d2ecd21..749c7cb 100644
--- a/modules/audio_filter/spatializer/denormals.h
+++ b/modules/audio_filter/spatializer/denormals.h
@@ -10,6 +10,8 @@
 
 #include <stdint.h>
 
+#include <math.h>
+
 static inline float undenormalise( float f )
 {
     if( fpclassify( f ) == FP_SUBNORMAL  )




More information about the vlc-devel mailing list