* removed TESTCPU_MAIN - not needed for testing
authorZdenek Kabelac <kabi@informatics.muni.cz>
Mon, 27 May 2002 11:32:01 +0000 (11:32 +0000)
committerZdenek Kabelac <kabi@informatics.muni.cz>
Mon, 27 May 2002 11:32:01 +0000 (11:32 +0000)
Originally committed as revision 615 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/i386/dsputil_mmx.c

index bb7862c..1702b10 100644 (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