diff options
author | Diego Biurrun | 2014-01-28 18:19:21 +0100 |
---|---|---|
committer | Diego Biurrun | 2014-03-22 06:17:29 -0700 |
commit | 6655c933a887a2d20707fff657b614aa1d86a25b (patch) | |
tree | 3d59639e328fb15f0b0c369152d0e81eac851b09 /libavcodec/x86/vc1dsp_init.c | |
parent | 322a1dda973e802db7b57f2007fad3efcd5bab81 (diff) |
x86: dsputil: Move fpel declarations to a separate header
Diffstat (limited to 'libavcodec/x86/vc1dsp_init.c')
-rw-r--r-- | libavcodec/x86/vc1dsp_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/vc1dsp_init.c b/libavcodec/x86/vc1dsp_init.c index 9bd5ae3666..aff4b264e3 100644 --- a/libavcodec/x86/vc1dsp_init.c +++ b/libavcodec/x86/vc1dsp_init.c @@ -28,7 +28,7 @@ #include "libavutil/cpu.h" #include "libavutil/x86/cpu.h" #include "libavcodec/vc1dsp.h" -#include "dsputil_x86.h" +#include "fpel.h" #include "vc1dsp.h" #include "config.h" |