diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-05-18 17:09:46 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-05-18 17:09:46 +0000 |
commit | e96682e6f4c1fbddf468f9f051729332163c1db9 (patch) | |
tree | 6365d37b821ceb5e03f282ebf660f9f014903fca /libavcodec/faandct.c | |
parent | 12cccabd0fedca3846f1381971aaffd30374bede (diff) | |
download | ffmpeg-e96682e6f4c1fbddf468f9f051729332163c1db9.tar.gz |
some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
Originally committed as revision 3140 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/faandct.c')
-rw-r--r-- | libavcodec/faandct.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/faandct.c b/libavcodec/faandct.c index 2a91184953..0462cee612 100644 --- a/libavcodec/faandct.c +++ b/libavcodec/faandct.c @@ -26,8 +26,6 @@ * @author Michael Niedermayer <michaelni@gmx.at> */ -#include <math.h> - #include "dsputil.h" #include "faandct.h" |