diff options
Diffstat (limited to 'contrib/ffmpeg/libavcodec/motion_test.c')
-rw-r--r-- | contrib/ffmpeg/libavcodec/motion_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/ffmpeg/libavcodec/motion_test.c b/contrib/ffmpeg/libavcodec/motion_test.c index 8540b7483..ecdb62a4e 100644 --- a/contrib/ffmpeg/libavcodec/motion_test.c +++ b/contrib/ffmpeg/libavcodec/motion_test.c @@ -33,6 +33,7 @@ #include "i386/mmx.h" +#undef exit #undef printf int pix_abs16x16_mmx(uint8_t *blk1, uint8_t *blk2, int lx); |