diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-05-08 01:52:57 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-05-12 22:28:07 +0200 |
commit | 1399931d07f0f37ef4526eb8d39d33c64e09618a (patch) | |
tree | 606d93ca7533357e3bbc2db760768cf7b8a58d12 /libavcodec/x86/dsputilenc_mmx.c | |
parent | 245b76a108585b6fb52eebc2626c472d6fa530dc (diff) | |
download | ffmpeg-1399931d07f0f37ef4526eb8d39d33c64e09618a.tar.gz |
x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h
The header is not (anymore) MMX-specific.
Diffstat (limited to 'libavcodec/x86/dsputilenc_mmx.c')
-rw-r--r-- | libavcodec/x86/dsputilenc_mmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/dsputilenc_mmx.c b/libavcodec/x86/dsputilenc_mmx.c index ef85488beb..8537f7ab58 100644 --- a/libavcodec/x86/dsputilenc_mmx.c +++ b/libavcodec/x86/dsputilenc_mmx.c @@ -30,7 +30,7 @@ #include "libavcodec/dsputil.h" #include "libavcodec/mpegvideo.h" #include "libavcodec/mathops.h" -#include "dsputil_mmx.h" +#include "dsputil_x86.h" void ff_get_pixels_mmx(int16_t *block, const uint8_t *pixels, int line_size); void ff_get_pixels_sse2(int16_t *block, const uint8_t *pixels, int line_size); |