From 5485f99b4b72870821d2b756a5b0f84dfa7bfe12 Mon Sep 17 00:00:00 2001 From: rfelker Date: Mon, 8 Sep 2003 17:12:31 +0000 Subject: 10l, debug code broke compile with mmx disabled git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10844 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/pullup.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libmpcodecs/pullup.c') diff --git a/libmpcodecs/pullup.c b/libmpcodecs/pullup.c index 5468f5aa22..490a61c452 100644 --- a/libmpcodecs/pullup.c +++ b/libmpcodecs/pullup.c @@ -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 -- cgit v1.2.3