From 368f50359eb328b0b9d67451f56fda20b3255f9a Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 8 Jan 2014 14:00:10 +0100 Subject: dsputil: Split off quarterpel bits into their own context --- libavcodec/vc1dsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/vc1dsp.c') diff --git a/libavcodec/vc1dsp.c b/libavcodec/vc1dsp.c index e112c7ccb6..5adcb62635 100644 --- a/libavcodec/vc1dsp.c +++ b/libavcodec/vc1dsp.c @@ -26,8 +26,8 @@ */ #include "libavutil/common.h" -#include "dsputil.h" #include "h264chroma.h" +#include "qpeldsp.h" #include "vc1dsp.h" /* Apply overlap transform to horizontal edge */ -- cgit v1.2.3