diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-01-28 18:19:21 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-03-22 06:17:29 -0700 |
commit | 6655c933a887a2d20707fff657b614aa1d86a25b (patch) | |
tree | 3d59639e328fb15f0b0c369152d0e81eac851b09 /libavcodec/x86/fpel_mmx.c | |
parent | 322a1dda973e802db7b57f2007fad3efcd5bab81 (diff) | |
download | ffmpeg-6655c933a887a2d20707fff657b614aa1d86a25b.tar.gz |
x86: dsputil: Move fpel declarations to a separate header
Diffstat (limited to 'libavcodec/x86/fpel_mmx.c')
-rw-r--r-- | libavcodec/x86/fpel_mmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/fpel_mmx.c b/libavcodec/x86/fpel_mmx.c index 9c88ccf7de..eef05ecc74 100644 --- a/libavcodec/x86/fpel_mmx.c +++ b/libavcodec/x86/fpel_mmx.c @@ -25,7 +25,7 @@ #include <stdint.h> #include "config.h" -#include "dsputil_x86.h" +#include "fpel.h" #include "inline_asm.h" #if HAVE_MMX_INLINE |