summaryrefslogtreecommitdiff
path: root/libavcodec/motion_test.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-04-01 11:40:36 +0000
committerDiego Biurrun <diego@biurrun.de>2007-04-01 11:40:36 +0000
commit28186473100234e4129b69c50b1fb6bb669f2e3d (patch)
tree7d7ded398e18b21e796e0a769c822a6a8b02e62d /libavcodec/motion_test.c
parent58ecc9cd04ffb518827c12d440681914e1679a8d (diff)
Add '#undef exit', the function is now forbidden.
Originally committed as revision 8584 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/motion_test.c')
-rw-r--r--libavcodec/motion_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/motion_test.c b/libavcodec/motion_test.c
index 8540b74834..ecdb62a4e1 100644
--- a/libavcodec/motion_test.c
+++ b/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);