vlc | branch: master | Tristan Matthews <[email protected]> | Wed May 13 13:45:27 2015 -0400| [5b44a1f68eb972ca736973c8d9758f5558d970ba] | committer: Tristan Matthews
adjust: drop M_PI define > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5b44a1f68eb972ca736973c8d9758f5558d970ba --- modules/video_filter/adjust.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/video_filter/adjust.c b/modules/video_filter/adjust.c index 0cc7238..79dc1c6 100644 --- a/modules/video_filter/adjust.c +++ b/modules/video_filter/adjust.c @@ -41,10 +41,6 @@ #include "adjust_sat_hue.h" -#ifndef M_PI -# define M_PI 3.14159265358979323846 -#endif - /***************************************************************************** * Local prototypes *****************************************************************************/ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
