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/h264_qpel.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/h264_qpel.c')
-rw-r--r-- | libavcodec/x86/h264_qpel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/h264_qpel.c b/libavcodec/x86/h264_qpel.c index a066b89e2b..b00983e021 100644 --- a/libavcodec/x86/h264_qpel.c +++ b/libavcodec/x86/h264_qpel.c @@ -25,7 +25,7 @@ #include "libavutil/x86/cpu.h" #include "libavcodec/h264qpel.h" #include "libavcodec/mpegvideo.h" -#include "dsputil_mmx.h" +#include "dsputil_x86.h" #if HAVE_YASM void ff_put_pixels4_mmxext(uint8_t *block, const uint8_t *pixels, |