mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-04 05:22:30 +00:00
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:
parent
cae46813ca
commit
d4dfef2a0b
2 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "gstchannelmix.h"
|
||||
|
|
Loading…
Reference in a new issue