gst/audioconvert/audioconvert.c: Include math.h to fix compilation.

Original commit message from CVS:
* gst/audioconvert/audioconvert.c:
Include math.h to fix compilation.
This commit is contained in:
Wim Taymans 2007-06-29 17:21:18 +00:00
parent cae46813ca
commit d4dfef2a0b
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2007-06-29 Wim Taymans,,, <set EMAIL_ADDRESS environment variable>
* gst/audioconvert/audioconvert.c:
Include math.h to fix compilation.
2007-06-29 Jan Schmidt <thaytan@mad.scientist.com>
* gst/ffmpegcolorspace/gstffmpegcodecmap.c:

View file

@ -23,6 +23,7 @@
#include "config.h"
#endif
#include <math.h>
#include <string.h>
#include "gstchannelmix.h"