10l, debug code broke compile with mmx disabled

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10844 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2003-09-08 17:12:31 +00:00
parent 069f4edc35
commit 5485f99b4b
1 changed files with 2 additions and 0 deletions

View File

@ -170,6 +170,7 @@ static int licomb_y(unsigned char *a, unsigned char *b, int s)
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 @@ static int licomb_y_test(unsigned char *a, unsigned char *b, int s)
if (c != m) printf("%d != %d\n", c, m);
return m;
}
#endif