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

Originally committed as revision 8584 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 18 years ago
parent 58ecc9cd04
commit 2818647310
  1. 2
      libavcodec/fft-test.c
  2. 1
      libavcodec/motion_test.c

@ -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);

Loading…
Cancel
Save