changeset 4760:e82ceaa9c386
libavcodec
Add '#undef exit', the function is now forbidden.
author |
diego |
date |
Sun, 01 Apr 2007 11:40:36 +0000 |
parents |
502ddfbdbaee |
children |
4effe3bde31b |
files |
fft-test.c motion_test.c |
diffstat |
2 files changed, 3 insertions(+), 0 deletions(-)
[+]
|
line diff
--- a/fft-test.c Sun Apr 01 11:07:28 2007 +0000
+++ b/fft-test.c Sun Apr 01 11:40:36 2007 +0000
@@ -28,6 +28,8 @@
#include <unistd.h>
#include <sys/time.h>
+#undef exit
+
int mm_flags;
/* reference fft */
--- a/motion_test.c Sun Apr 01 11:07:28 2007 +0000
+++ b/motion_test.c Sun Apr 01 11:40:36 2007 +0000
@@ -33,6 +33,7 @@
#include "i386/mmx.h"
+#undef exit
#undef printf
int pix_abs16x16_mmx(uint8_t *blk1, uint8_t *blk2, int lx);