Add '#undef exit', the function is now forbidden.

Originally committed as revision 8584 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-04-01 11:40:36 +00:00
parent 58ecc9cd04
commit 2818647310
2 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,8 @@
#include <unistd.h>
#include <sys/time.h>
#undef exit
int mm_flags;
/* reference fft */

View File

@ -33,6 +33,7 @@
#include "i386/mmx.h"
#undef exit
#undef printf
int pix_abs16x16_mmx(uint8_t *blk1, uint8_t *blk2, int lx);