diff options
Diffstat (limited to 'ffmpeg/libavcodec/x86/idct_sse2_xvid.c')
| -rw-r--r-- | ffmpeg/libavcodec/x86/idct_sse2_xvid.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ffmpeg/libavcodec/x86/idct_sse2_xvid.c b/ffmpeg/libavcodec/x86/idct_sse2_xvid.c index b51466c..af4790c 100644 --- a/ffmpeg/libavcodec/x86/idct_sse2_xvid.c +++ b/ffmpeg/libavcodec/x86/idct_sse2_xvid.c @@ -41,9 +41,9 @@ #include "libavutil/mem.h" #include "libavutil/x86/asm.h" #include "idct_xvid.h" -#include "dsputil_mmx.h" +#include "dsputil_x86.h" -#if HAVE_INLINE_ASM +#if HAVE_SSE2_INLINE /** * @file @@ -404,4 +404,4 @@ void ff_idct_xvid_sse2_add(uint8_t *dest, int line_size, short *block) ff_add_pixels_clamped_mmx(block, dest, line_size); } -#endif /* HAVE_INLINE_ASM */ +#endif /* HAVE_SSE2_INLINE */ |
