summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-01-23 17:05:32 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-01-23 17:05:32 +0000
commit8cc6592938e8ab2fa0141e720550ed1b77fda878 (patch)
tree3ae2c7a74882bbfc6e92864aa9d4e98c3368f571 /ChangeLog
parent23b5b27e1c389494a91be3c7226b2bb0e8fb16c5 (diff)
gst/level/gstlevel.c: Use #include <math.h> instead of #include "math.h".
Original commit message from CVS: * gst/level/gstlevel.c: Use #include <math.h> instead of #include "math.h".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ff0c16af..6499b103 100644
--- 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: