changeset 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 35d28522a1c5
children 19f5b8b7c6d5
files libpostproc/postprocess_template.c
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
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;