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/hpeldsp_mmx.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/hpeldsp_mmx.c')
-rw-r--r-- | libavcodec/x86/hpeldsp_mmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/hpeldsp_mmx.c b/libavcodec/x86/hpeldsp_mmx.c index 309f9993e1..50db36dc1b 100644 --- a/libavcodec/x86/hpeldsp_mmx.c +++ b/libavcodec/x86/hpeldsp_mmx.c @@ -24,7 +24,7 @@ #include <stdint.h> #include "config.h" -#include "dsputil_mmx.h" +#include "dsputil_x86.h" #if HAVE_MMX_INLINE |