aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2014-07-11 22:08:49 -0300
committerMichael Niedermayer <michaelni@gmx.at>2014-07-12 15:04:58 +0200
commit123649dd19c0aeb26b23a2dce6a8ca4300399a19 (patch)
treeef95e7543d7f1ac0a198ca9f22ee0db113683705 /libavcodec/x86
parent66558fe715bf284467d13971a57ed492aa61bff4 (diff)
downloadffmpeg-123649dd19c0aeb26b23a2dce6a8ca4300399a19.tar.gz
x86/dsputilenc: remove some empty if statements
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86')
-rw-r--r--libavcodec/x86/dsputilenc_mmx.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/libavcodec/x86/dsputilenc_mmx.c b/libavcodec/x86/dsputilenc_mmx.c
index 86858e8e9c..7b787dc108 100644
--- a/libavcodec/x86/dsputilenc_mmx.c
+++ b/libavcodec/x86/dsputilenc_mmx.c
@@ -362,14 +362,6 @@ av_cold void ff_dsputilenc_init_mmx(DSPContext *c, AVCodecContext *avctx)
c->vsad[0] = vsad16_mmxext;
}
}
-
- if (INLINE_SSE2(cpu_flags)) {
- }
-
-#if HAVE_SSSE3_INLINE
- if (INLINE_SSSE3(cpu_flags)) {
- }
-#endif
#endif /* HAVE_INLINE_ASM */
if (EXTERNAL_MMX(cpu_flags)) {