]> git.sesse.net Git - ffmpeg/commitdiff
bpostproc/postprocess_template: drop avoidable #ifdef
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 22 Mar 2015 23:16:07 +0000 (00:16 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 22 Mar 2015 23:16:07 +0000 (00:16 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libpostproc/postprocess_template.c

index 9049c814b34fcd1e3d2fcb417dd231c967c961b7..680549e77581473d0d627bb50dc134b2905362cb 100644 (file)
@@ -3481,9 +3481,8 @@ static void RENAME(postProcess)(const uint8_t src[], int srcStride, uint8_t dst[
             int endx = FFMIN(width, x+32);
           for(; x < endx; x+=BLOCK_SIZE){
             const int stride= dstStride;
-#if TEMPLATE_PP_MMX
-            uint8_t *tmpXchg;
-#endif
+            av_unused uint8_t *tmpXchg;
+
             if(isColor){
                 QP= QPptr[x>>qpHShift];
                 c.nonBQP= nonBQPptr[x>>qpHShift];