summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-10-05 15:05:43 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-10-05 18:31:58 +0100
commit3adac1b9cdfe71341664342d2c5c3935d486aa6c (patch)
tree005072b53c3de28899e5907d594a0608d07cb6b6
parent05918f28dcbb1f1d72d6c7869c72f0c1b6d7a8f1 (diff)
lfocontrolsource: use math-compat.h for M_PI
-rw-r--r--libs/gst/controller/gstlfocontrolsource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gst/controller/gstlfocontrolsource.c b/libs/gst/controller/gstlfocontrolsource.c
index fdaf7f4a84..888e22bd43 100644
--- a/libs/gst/controller/gstlfocontrolsource.c
+++ b/libs/gst/controller/gstlfocontrolsource.c
@@ -43,7 +43,7 @@
#include "gstlfocontrolsource.h"
#include "gstlfocontrolsourceprivate.h"
-#include "math.h"
+#include <gst/math-compat.h>
#define EMPTY(x) (x)