diff dct-test.c @ 5118:3b190bc34546 libavcodec

Add some #includes to allow compilation without HAVE_AV_CONFIG_H. taken from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net
author diego
date Sat, 09 Jun 2007 17:52:16 +0000
parents 8fe26e4fd918
children 4dbe6578f811
line wrap: on
line diff
--- a/dct-test.c	Fri Jun 08 20:35:30 2007 +0000
+++ b/dct-test.c	Sat Jun 09 17:52:16 2007 +0000
@@ -30,6 +30,7 @@
 #include <string.h>
 #include <sys/time.h>
 #include <unistd.h>
+#include <math.h>
 
 #include "dsputil.h"