mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-30 11:24:17 +00:00
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:
parent
58ecc9cd04
commit
2818647310
@ -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 @@
|
|||||||
|
|
||||||
#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);
|
||||||
|
Loading…
Reference in New Issue
Block a user