aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libavcodec/x86/dsputil.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/x86/dsputil.asm b/libavcodec/x86/dsputil.asm
index f5df52112a..19acd8fec9 100644
--- a/libavcodec/x86/dsputil.asm
+++ b/libavcodec/x86/dsputil.asm
@@ -653,7 +653,7 @@ BSWAP32_BUF
INIT_XMM ssse3
BSWAP32_BUF
-
+%if CONFIG_H263_DECODER || CONFIG_H263_ENCODER
%macro H263_LOOP_FILTER 5
pxor m7, m7
mova m0, [%1]
@@ -813,3 +813,4 @@ cglobal h263_h_loop_filter, 3,5,0,32
punpckhdq m6, m6
movd [r4+r3], m6
RET
+%endif ; CONFIG_H263_DECODER || CONFIG_H263_ENCODER