comparison 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
comparison
equal deleted inserted replaced
5117:524faa5eabd1 5118:3b190bc34546
28 #include <stdlib.h> 28 #include <stdlib.h>
29 #include <stdio.h> 29 #include <stdio.h>
30 #include <string.h> 30 #include <string.h>
31 #include <sys/time.h> 31 #include <sys/time.h>
32 #include <unistd.h> 32 #include <unistd.h>
33 #include <math.h>
33 34
34 #include "dsputil.h" 35 #include "dsputil.h"
35 36
36 #include "simple_idct.h" 37 #include "simple_idct.h"
37 #include "faandct.h" 38 #include "faandct.h"