From: Tim-Philipp Müller Date: Tue, 5 Oct 2010 13:45:02 +0000 (+0100) Subject: gstinfo: remove random MSVC compatibility define for M_PI that doesn't belong here X-Git-Tag: RELEASE-0.10.31~74 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=05918f28dcbb1f1d72d6c7869c72f0c1b6d7a8f1;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index 9cadb0d520..61adf213a8 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 c2f12ce9ba..7c2d86f789 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 /**