comparison fft-test.c @ 4760:e82ceaa9c386 libavcodec

Add '#undef exit', the function is now forbidden.
author diego
date Sun, 01 Apr 2007 11:40:36 +0000
parents c8c591fe26f8
children 3b190bc34546
comparison
equal deleted inserted replaced
4759:502ddfbdbaee 4760:e82ceaa9c386
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
31 #undef exit
30 32
31 int mm_flags; 33 int mm_flags;
32 34
33 /* reference fft */ 35 /* reference fft */
34 36