diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2001-07-30 23:23:11 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2001-07-30 23:23:11 +0000 |
commit | caa6348e96fc4f2b3d71da96b194592699b222f1 (patch) | |
tree | 98e7f63e28e0370c032af7f6c4d81b735e9c33aa /libavcodec/fdctref.c | |
parent | 420b073bbcce462d47c8020ce30112627c08ac13 (diff) | |
download | ffmpeg-caa6348e96fc4f2b3d71da96b194592699b222f1.tar.gz |
comments
Originally committed as revision 20 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/fdctref.c')
-rw-r--r-- | libavcodec/fdctref.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/fdctref.c b/libavcodec/fdctref.c index 5038e67538..b90a2e52ee 100644 --- a/libavcodec/fdctref.c +++ b/libavcodec/fdctref.c @@ -29,8 +29,6 @@ #include <math.h> -// #include "config.h" - #ifndef PI # ifdef M_PI # define PI M_PI |