diff libpostproc/postprocess_template.c @ 886:3abff5a87548 libavcodec

warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
author michael
date Sat, 23 Nov 2002 10:58:05 +0000
parents 8c8c3b6ff8c1
children 1e4ab5fdfca1
line wrap: on
line diff
--- a/libpostproc/postprocess_template.c	Sat Nov 23 09:12:57 2002 +0000
+++ b/libpostproc/postprocess_template.c	Sat Nov 23 10:58:05 2002 +0000
@@ -2658,7 +2658,10 @@
 	int black=0, white=255; // blackest black and whitest white in the picture
 	int QPCorrecture= 256*256;
 
-	int copyAhead, i;
+	int copyAhead;
+#ifdef HAVE_MMX
+	int i;
+#endif
 
 	//FIXME remove
 	uint64_t * const yHistogram= c.yHistogram;