From 05918f28dcbb1f1d72d6c7869c72f0c1b6d7a8f1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 5 Oct 2010 14:45:02 +0100 Subject: [PATCH] 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. --- docs/gst/gstreamer-sections.txt | 1 - gst/gstinfo.h | 4 ---- 2 files changed, 5 deletions(-) diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index 9cadb0d..61adf21 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -1076,7 +1076,6 @@ GstDebugMessage gst_debug_color_flags_get_type gst_debug_level_get_type gst_debug_graph_details_get_type -M_PI GST_CAT_LEVEL_LOG_valist diff --git a/gst/gstinfo.h b/gst/gstinfo.h index c2f12ce..7c2d86f 100644 --- a/gst/gstinfo.h +++ b/gst/gstinfo.h @@ -28,10 +28,6 @@ #include #include -#ifndef M_PI -#define M_PI 3.14159265358979323846 -#endif - G_BEGIN_DECLS /** -- 2.7.4