From d4dfef2a0b9cae59f63819e17fef51851b0bb7fc Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 29 Jun 2007 17:21:18 +0000 Subject: [PATCH] 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. --- ChangeLog | 5 +++++ gst/audioconvert/audioconvert.c | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index f7fd9d5a1f..325b001335 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-06-29 Wim Taymans,,, + + * gst/audioconvert/audioconvert.c: + Include math.h to fix compilation. + 2007-06-29 Jan Schmidt * gst/ffmpegcolorspace/gstffmpegcodecmap.c: diff --git a/gst/audioconvert/audioconvert.c b/gst/audioconvert/audioconvert.c index e68da6e521..f3948bb974 100644 --- a/gst/audioconvert/audioconvert.c +++ b/gst/audioconvert/audioconvert.c @@ -23,6 +23,7 @@ #include "config.h" #endif +#include #include #include "gstchannelmix.h"