# HG changeset patch # User rfelker # Date 1063041151 0 # Node ID 60f58eadd6661e68cc1a2d7139b8545d2aca3673 # Parent 3e9bbf83bd6ee7f672cca2e22d3c3226f2ff3f1e 10l, debug code broke compile with mmx disabled diff -r 3e9bbf83bd6e -r 60f58eadd666 libmpcodecs/pullup.c --- 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