Commit 28186473 authored by Diego Biurrun's avatar Diego Biurrun

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

Originally committed as revision 8584 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 58ecc9cd
......@@ -28,6 +28,8 @@
#include <unistd.h>
#include <sys/time.h>
#undef exit
int mm_flags;
/* reference fft */
......
......@@ -33,6 +33,7 @@
#include "i386/mmx.h"
#undef exit
#undef printf
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