summaryrefslogtreecommitdiff
path: root/libavcodec/i386
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-06-07 17:19:37 +0000
committerDiego Biurrun <diego@biurrun.de>2007-06-07 17:19:37 +0000
commit34933442ac94036408279df7704d833d2a725a89 (patch)
treebbdc21c7950d7d3b1d89a2b7088d7b7dc46f8597 /libavcodec/i386
parent3d4e3e560ffdff20339ed9f6807df284024213b6 (diff)
Preprocessor #defines starting with __ are reserved for the system.
Originally committed as revision 9251 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386')
-rw-r--r--libavcodec/i386/cputest.c2
1 files changed, 1 insertions, 1 deletions
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;