diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2007-06-09 17:52:16 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-06-09 17:52:16 +0000 |
commit | 12807c8d874746d143d7f6a945e031e1aa646709 (patch) | |
tree | b6261e4e7041d33e509d2b0836323d4452cdd4ec /libavcodec/dct-test.c | |
parent | 15bf461bb6041557409d5437b2609842933cd9f2 (diff) | |
download | ffmpeg-12807c8d874746d143d7f6a945e031e1aa646709.tar.gz |
Add some #includes to allow compilation without HAVE_AV_CONFIG_H.
taken from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net
Originally committed as revision 9263 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dct-test.c')
-rw-r--r-- | libavcodec/dct-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dct-test.c b/libavcodec/dct-test.c index 77aa4b69b2..4ac991bc90 100644 --- a/libavcodec/dct-test.c +++ b/libavcodec/dct-test.c @@ -30,6 +30,7 @@ #include <string.h> #include <sys/time.h> #include <unistd.h> +#include <math.h> #include "dsputil.h" |