changeset 20015:d08ba4508bb0

Fix unused variable warning when compiling with MMX disabled.
author diego
date Tue, 03 Oct 2006 17:11:43 +0000
parents 7ca186199666
children 091983e8b1eb
files libswscale/swscale_template.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/swscale_template.c	Tue Oct 03 14:26:13 2006 +0000
+++ b/libswscale/swscale_template.c	Tue Oct 03 17:11:43 2006 +0000
@@ -1035,8 +1035,8 @@
 				    int16_t *chrFilter, int16_t **chrSrc, int chrFilterSize,
 			    uint8_t *dest, long dstW, long dstY)
 {
-	long dummy=0;
 #ifdef HAVE_MMX
+    long dummy=0;
     if(c->flags & SWS_ACCURATE_RND){
                 switch(c->dstFormat){
                 case PIX_FMT_RGB32: