diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-08-08 02:12:17 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-08-28 18:37:34 +0200 |
commit | bcc45d6348174241e1ec7ce9f8129bebbde4bde6 (patch) | |
tree | 1ddce6bea6178e6301209f2fa909e1ef4c61be5b /libavcodec/x86/dsputil_mmx.c | |
parent | efbd04c332e90e26fa756309f5c2acfcaf3bc50b (diff) | |
download | ffmpeg-bcc45d6348174241e1ec7ce9f8129bebbde4bde6.tar.gz |
x86: avcodec: Drop silly "_mmx" suffixes from filenames
Diffstat (limited to 'libavcodec/x86/dsputil_mmx.c')
-rw-r--r-- | libavcodec/x86/dsputil_mmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/dsputil_mmx.c b/libavcodec/x86/dsputil_mmx.c index 93f9db8299..c1f54ac64f 100644 --- a/libavcodec/x86/dsputil_mmx.c +++ b/libavcodec/x86/dsputil_mmx.c @@ -2081,7 +2081,7 @@ PREFETCH(prefetch_3dnow, prefetch) #endif /* HAVE_INLINE_ASM */ -#include "h264_qpel_mmx.c" +#include "h264_qpel.c" void ff_put_h264_chroma_mc8_mmx_rnd (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y); |