[vlc-commits] oldmovie: 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:48 2015 -0400| [cce538aeaff3611c90a63dae62503a0f30da7eaf] | committer: Tristan Matthews

oldmovie: drop M_PI define

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cce538aeaff3611c90a63dae62503a0f30da7eaf
---

 modules/video_filter/oldmovie.c |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/modules/video_filter/oldmovie.c b/modules/video_filter/oldmovie.c
index f97c448..e9017ff 100644
--- a/modules/video_filter/oldmovie.c
+++ b/modules/video_filter/oldmovie.c
@@ -39,9 +39,6 @@
 
 #include "filter_picture.h"
 
-#ifndef M_PI
-#   define M_PI 3.14159265358979323846
-#endif
 #ifndef TIME_UNIT_PER_S
 #   define TIME_UNIT_PER_S ( ((int64_t) 1) << 32 )
 #endif



More information about the vlc-commits mailing list