[vlc-commits] adjust: drop M_PI define
Tristan Matthews
git at videolan.org
Wed May 13 19:58:11 CEST 2015
vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | 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
*****************************************************************************/
More information about the vlc-commits
mailing list