changeset 438:fe58fe638f9b libavcodec

* removed TESTCPU_MAIN - not needed for testing
author kabi
date Mon, 27 May 2002 11:32:01 +0000
parents 86f68813b97f
children 6ae275655a23
files i386/dsputil_mmx.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/i386/dsputil_mmx.c	Mon May 27 09:17:21 2002 +0000
+++ b/i386/dsputil_mmx.c	Mon May 27 11:32:01 2002 +0000
@@ -893,7 +893,6 @@
 static void just_return() { return; }
 #endif
 
-#ifndef TESTCPU_MAIN
 void dsputil_init_mmx(void)
 {
     mm_flags = mm_support();
@@ -1046,5 +1045,3 @@
         }
     }
 }
-
-#endif