diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-05-14 12:01:13 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-05-14 12:12:20 +0200 |
commit | a887372109a262263ec04355d30f9834c35ac85f (patch) | |
tree | c10e27e8e346cc1b7a162887f018776436a519c0 /libavcodec/x86/cavsdsp.c | |
parent | b2da63db507b88743edb6bf6675aaf4f9f59edb1 (diff) | |
parent | 1399931d07f0f37ef4526eb8d39d33c64e09618a (diff) | |
download | ffmpeg-a887372109a262263ec04355d30f9834c35ac85f.tar.gz |
Merge commit '1399931d07f0f37ef4526eb8d39d33c64e09618a'
* commit '1399931d07f0f37ef4526eb8d39d33c64e09618a':
x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h
Conflicts:
libavcodec/x86/dsputil_mmx.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86/cavsdsp.c')
-rw-r--r-- | libavcodec/x86/cavsdsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/cavsdsp.c b/libavcodec/x86/cavsdsp.c index a3b4dc6791..0354333382 100644 --- a/libavcodec/x86/cavsdsp.c +++ b/libavcodec/x86/cavsdsp.c @@ -29,7 +29,7 @@ #include "libavutil/x86/cpu.h" #include "libavcodec/cavsdsp.h" #include "constants.h" -#include "dsputil_mmx.h" +#include "dsputil_x86.h" #include "config.h" #if HAVE_MMX_INLINE |