comparison fft-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 e82ceaa9c386
children e9f8a337c5ce
comparison
equal deleted inserted replaced
5117:524faa5eabd1 5118:3b190bc34546
25 25
26 #include "dsputil.h" 26 #include "dsputil.h"
27 #include <math.h> 27 #include <math.h>
28 #include <unistd.h> 28 #include <unistd.h>
29 #include <sys/time.h> 29 #include <sys/time.h>
30 #include <stdlib.h>
31 #include <string.h>
30 32
31 #undef exit 33 #undef exit
32 34
33 int mm_flags; 35 int mm_flags;
34 36