mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +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 <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…
Reference in New Issue
Block a user