changeset 10843:60f58eadd666

10l, debug code broke compile with mmx disabled
author rfelker
date Mon, 08 Sep 2003 17:12:31 +0000
parents 3e9bbf83bd6e
children 98681fdabf79
files libmpcodecs/pullup.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/pullup.c	Mon Sep 08 10:09:02 2003 +0000
+++ b/libmpcodecs/pullup.c	Mon Sep 08 17:12:31 2003 +0000
@@ -170,6 +170,7 @@
 	return diff;
 }
 
+#if 0
 static int licomb_y_test(unsigned char *a, unsigned char *b, int s)
 {
 	int c = licomb_y(a,b,s);
@@ -177,6 +178,7 @@
 	if (c != m) printf("%d != %d\n", c, m);
 	return m;
 }
+#endif