diff 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
line wrap: on
line diff
--- a/fft-test.c	Sun Apr 01 11:07:28 2007 +0000
+++ b/fft-test.c	Sun Apr 01 11:40:36 2007 +0000
@@ -28,6 +28,8 @@
 #include <unistd.h>
 #include <sys/time.h>
 
+#undef exit
+
 int mm_flags;
 
 /* reference fft */