From 34933442ac94036408279df7704d833d2a725a89 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 7 Jun 2007 17:19:37 +0000 Subject: Preprocessor #defines starting with __ are reserved for the system. Originally committed as revision 9251 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/i386/cputest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/i386') diff --git a/libavcodec/i386/cputest.c b/libavcodec/i386/cputest.c index b8f505564a..d039ffef60 100644 --- a/libavcodec/i386/cputest.c +++ b/libavcodec/i386/cputest.c @@ -119,7 +119,7 @@ int mm_support(void) return rval; } -#ifdef __TEST__ +#ifdef TEST int main ( void ) { int mm_flags; -- cgit v1.2.3