* removed TESTCPU_MAIN - not needed for testing

Originally committed as revision 615 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Zdenek Kabelac 2002-05-27 11:32:01 +00:00
parent 8758f7e43c
commit 5f6230016a

View File

@ -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