mirror of
https://github.com/mpv-player/mpv
synced 2024-12-14 19:05:33 +00:00
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:
parent
069f4edc35
commit
5485f99b4b
@ -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
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user