gst/level/gstlevel.c: Use #include <math.h> instead of #include "math.h".
authorSebastian Dröge <slomo@circular-chaos.org>
Wed, 23 Jan 2008 17:05:32 +0000 (17:05 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Wed, 23 Jan 2008 17:05:32 +0000 (17:05 +0000)
Original commit message from CVS:
* gst/level/gstlevel.c:
Use #include <math.h> instead of #include "math.h".

ChangeLog
gst/level/gstlevel.c

index ff0c16a..6499b10 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
+
+       * gst/level/gstlevel.c:
+       Use #include <math.h> instead of #include "math.h".
+
 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
 
        * tests/check/Makefile.am:
index e75cfb1..86cbd5a 100644 (file)
 #include "config.h"
 #endif
 #include <string.h>
+#include <math.h>
 #include <gst/gst.h>
 #include <gst/audio/audio.h>
 #include "gstlevel.h"
-#include "math.h"
 
 GST_DEBUG_CATEGORY_STATIC (level_debug);
 #define GST_CAT_DEFAULT level_debug