Browse Source

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

Originally committed as revision 8584 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 19 years ago
parent
commit
2818647310
2 changed files with 3 additions and 0 deletions
  1. +2
    -0
      libavcodec/fft-test.c
  2. +1
    -0
      libavcodec/motion_test.c

+ 2
- 0
libavcodec/fft-test.c View File

@@ -28,6 +28,8 @@
#include <unistd.h>
#include <sys/time.h>

#undef exit

int mm_flags;

/* reference fft */


+ 1
- 0
libavcodec/motion_test.c 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);


Loading…
Cancel
Save