mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
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".
This commit is contained in:
parent
23b5b27e1c
commit
8cc6592938
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -79,10 +79,10 @@
|
|||
#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
|
||||
|
|
Loading…
Reference in a new issue