mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
gstinfo: remove random MSVC compatibility define for M_PI that doesn't belong here
Code that needs this should include gst/math-compat.h or use G_PI.
This commit is contained in:
parent
2797f74c84
commit
05918f28dc
2 changed files with 0 additions and 5 deletions
|
@ -1076,7 +1076,6 @@ GstDebugMessage
|
||||||
gst_debug_color_flags_get_type
|
gst_debug_color_flags_get_type
|
||||||
gst_debug_level_get_type
|
gst_debug_level_get_type
|
||||||
gst_debug_graph_details_get_type
|
gst_debug_graph_details_get_type
|
||||||
M_PI
|
|
||||||
GST_CAT_LEVEL_LOG_valist
|
GST_CAT_LEVEL_LOG_valist
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
|
|
@ -28,10 +28,6 @@
|
||||||
#include <glib-object.h>
|
#include <glib-object.h>
|
||||||
#include <gst/gstconfig.h>
|
#include <gst/gstconfig.h>
|
||||||
|
|
||||||
#ifndef M_PI
|
|
||||||
#define M_PI 3.14159265358979323846
|
|
||||||
#endif
|
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue