[Ffmpeg-cvslog] r8584 - in trunk/libavcodec: fft-test.c motion_test.c

diego subversion
Sun Apr 1 13:40:36 CEST 2007


Author: diego
Date: Sun Apr  1 13:40:36 2007
New Revision: 8584

Modified:
   trunk/libavcodec/fft-test.c
   trunk/libavcodec/motion_test.c

Log:
Add '#undef exit', the function is now forbidden.


Modified: trunk/libavcodec/fft-test.c
==============================================================================
--- trunk/libavcodec/fft-test.c	(original)
+++ trunk/libavcodec/fft-test.c	Sun Apr  1 13:40:36 2007
@@ -28,6 +28,8 @@
 #include <unistd.h>
 #include <sys/time.h>
 
+#undef exit
+
 int mm_flags;
 
 /* reference fft */

Modified: trunk/libavcodec/motion_test.c
==============================================================================
--- trunk/libavcodec/motion_test.c	(original)
+++ trunk/libavcodec/motion_test.c	Sun Apr  1 13:40:36 2007
@@ -33,6 +33,7 @@
 
 #include "i386/mmx.h"
 
+#undef exit
 #undef printf
 
 int pix_abs16x16_mmx(uint8_t *blk1, uint8_t *blk2, int lx);




More information about the ffmpeg-cvslog mailing list