vlc | branch: master | Tristan Matthews <[email protected]> | 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
