summaryrefslogtreecommitdiffstats
path: root/postproc/postprocess_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'postproc/postprocess_template.c')
-rw-r--r--postproc/postprocess_template.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/postproc/postprocess_template.c b/postproc/postprocess_template.c
index 3289bb18f8..a75c9b4dc8 100644
--- a/postproc/postprocess_template.c
+++ b/postproc/postprocess_template.c
@@ -2658,7 +2658,10 @@ static void RENAME(postProcess)(uint8_t src[], int srcStride, uint8_t dst[], int
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;