Browse Source

x86/dsputilenc: remove some empty if statements

Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.3
James Almer Michael Niedermayer 11 years ago
parent
commit
123649dd19
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      libavcodec/x86/dsputilenc_mmx.c

+ 0
- 8
libavcodec/x86/dsputilenc_mmx.c View File

@@ -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)) {


Loading…
Cancel
Save