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/h264dsp_init.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/h264dsp_init.c')
-rw-r--r-- | libavcodec/x86/h264dsp_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/h264dsp_init.c b/libavcodec/x86/h264dsp_init.c index a98ec0139f..cfd8bb93b5 100644 --- a/libavcodec/x86/h264dsp_init.c +++ b/libavcodec/x86/h264dsp_init.c @@ -23,7 +23,7 @@ #include "libavutil/x86/asm.h" #include "libavutil/x86/cpu.h" #include "libavcodec/h264dsp.h" -#include "dsputil_mmx.h" +#include "dsputil_x86.h" /***********************************/ /* IDCT */ |