git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Preprocessor #defines starting with __ are reserved for the system.
[ffmpeg.git]
/
libavcodec
/
i386
/
cputest.c
diff --git
a/libavcodec/i386/cputest.c
b/libavcodec/i386/cputest.c
index
b8f5055
..
d039ffe
100644
(file)
--- 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;