]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavcodec/faanidct.c
Updated Makefile.omk for libswscale.
[frescor/ffmpeg.git] / libavcodec / faanidct.c
index add40349a695c1a52da194b4831882211cbc73c3..dc3d8fbb812b743d83b2cdba65140f9e4278afce 100644 (file)
@@ -48,7 +48,7 @@ B7*B0/8, B7*B1/8, B7*B2/8, B7*B3/8, B7*B4/8, B7*B5/8, B7*B6/8, B7*B7/8,
 
 static inline void p8idct(DCTELEM data[64], FLOAT temp[64], uint8_t *dest, int stride, int x, int y, int type){
     int i;
-    FLOAT tmp0;
+    FLOAT av_unused tmp0;
     FLOAT s04, d04, s17, d17, s26, d26, s53, d53;
     FLOAT os07, os16, os25, os34;
     FLOAT od07, od16, od25, od34;