Commit e9eaa187 authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8584 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 902ffd1d
...@@ -28,6 +28,8 @@ ...@@ -28,6 +28,8 @@
#include <unistd.h> #include <unistd.h>
#include <sys/time.h> #include <sys/time.h>
#undef exit
int mm_flags; int mm_flags;
/* reference fft */ /* reference fft */
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
#include "i386/mmx.h" #include "i386/mmx.h"
#undef exit
#undef printf #undef printf
int pix_abs16x16_mmx(uint8_t *blk1, uint8_t *blk2, int lx); int pix_abs16x16_mmx(uint8_t *blk1, uint8_t *blk2, int lx);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment