]> git.sesse.net Git - ffmpeg/blobdiff - tests/dsptest.c
* cosmetic
[ffmpeg] / tests / dsptest.c
index ab51027fa6704831260c0598b4e2d84cb081eae4..125d105edb23264ce92850c6dbe7d71d7c36014c 100644 (file)
@@ -64,8 +64,9 @@ static const struct pix_func {
 } pix_func[] = {
 
     PIX_FUNC_MMX(put_pixels),
-    PIX_FUNC_MMX(put_pixels_x2),
-    PIX_FUNC_MMX(put_pixels_y2),
+#if 1
+    PIX_FUNC(put_pixels_x2),
+    PIX_FUNC(put_pixels_y2),
     PIX_FUNC_MMX(put_pixels_xy2),
 
     PIX_FUNC(put_no_rnd_pixels_x2),
@@ -76,7 +77,7 @@ static const struct pix_func {
     PIX_FUNC(avg_pixels_x2),
     PIX_FUNC(avg_pixels_y2),
     PIX_FUNC(avg_pixels_xy2),
-
+#endif
     { 0, 0 }
 };
 
@@ -142,7 +143,7 @@ int main(int argc, char* argv[])
     }
 
     mm_flags = mm_support();
-    printf("dsptest: CPU flags:");
+    printf("%s: detected CPU flags:", argv[0]);
     if (mm_flags & MM_MMX)
         printf(" mmx");
     if (mm_flags & MM_MMXEXT)