mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
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:
parent
02c07aa854
commit
94cbf34300
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue