controlbindings: include gst/math-compat.h for isnan()

Due to the usage of isnan(), where an implementation is added into
gst/math-compat.h. Fixes build on Visual C++.

https://bugzilla.gnome.org/show_bug.cgi?id=679112
This commit is contained in:
Chun-wei Fan 2012-06-28 16:42:08 +08:00 committed by Tim-Philipp Müller
parent 02c07aa854
commit 94cbf34300
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@
#include "gstargbcontrolbinding.h"
#include <math.h>
#include <gst/math-compat.h>
#define GST_CAT_DEFAULT control_binding_debug
GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT);

View file

@ -32,7 +32,7 @@
#include "gstdirectcontrolbinding.h"
#include <math.h>
#include <gst/math-compat.h>
#define GST_CAT_DEFAULT control_binding_debug
GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT);