Commit 123649dd authored by James Almer's avatar James Almer Committed by Michael Niedermayer

x86/dsputilenc: remove some empty if statements

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 66558fe7
......@@ -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)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment