diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2002-05-25 22:45:33 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2002-05-25 22:45:33 +0000 |
commit | ff4ec49e648bead601b3b8c618f6d19f3548d368 (patch) | |
tree | c218c3885686983a6016eec25b50aa20382cf6e1 /libavcodec/i386/cputest.c | |
parent | 2ef0f2b269e2232a973ab51be6843e683b23f92d (diff) | |
download | ffmpeg-ff4ec49e648bead601b3b8c618f6d19f3548d368.tar.gz |
license/copyright change
Originally committed as revision 599 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386/cputest.c')
-rw-r--r-- | libavcodec/i386/cputest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/i386/cputest.c b/libavcodec/i386/cputest.c index e8f22dde41..d7c13c3bc3 100644 --- a/libavcodec/i386/cputest.c +++ b/libavcodec/i386/cputest.c @@ -1,5 +1,5 @@ /* Cpu detection code, extracted from mmx.h ((c)1997-99 by H. Dietz - and R. Fisher). Converted to C and improved by Gerard Lantau */ + and R. Fisher). Converted to C and improved by Fabrice Bellard */ #include <stdlib.h> #include "../dsputil.h" |