diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-05-27 11:32:01 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-05-27 11:32:01 +0000 |
commit | 5f6230016abe33d6a8046a1e96e9d3fc64f57e1d (patch) | |
tree | 19f686838ea032e0c8364ce091e2e8ddce8985ca /libavcodec | |
parent | 8758f7e43c484826c5ed47dcb717b46692383ee8 (diff) | |
download | ffmpeg-5f6230016abe33d6a8046a1e96e9d3fc64f57e1d.tar.gz |
* removed TESTCPU_MAIN - not needed for testing
Originally committed as revision 615 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/i386/dsputil_mmx.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/i386/dsputil_mmx.c b/libavcodec/i386/dsputil_mmx.c index bb7862c914..1702b1023b 100644 --- a/libavcodec/i386/dsputil_mmx.c +++ b/libavcodec/i386/dsputil_mmx.c @@ -893,7 +893,6 @@ static void clear_blocks_mmx(DCTELEM *blocks) static void just_return() { return; } #endif -#ifndef TESTCPU_MAIN void dsputil_init_mmx(void) { mm_flags = mm_support(); @@ -1046,5 +1045,3 @@ void dsputil_set_bit_exact_mmx(void) } } } - -#endif |