Fix unused variable warning when compiling with MMX disabled.
authorDiego Biurrun <diego@biurrun.de>
Tue, 3 Oct 2006 17:11:43 +0000 (17:11 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 3 Oct 2006 17:11:43 +0000 (17:11 +0000)
Originally committed as revision 20021 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/swscale_template.c

index c73364f..1711f45 100644 (file)
@@ -1035,8 +1035,8 @@ static inline void RENAME(yuv2packedX)(SwsContext *c, int16_t *lumFilter, int16_
                                    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: