From 7086154aaa24039f313b98cfb610dfc5429c9302 Mon Sep 17 00:00:00 2001 From: James Almer Date: Mon, 21 Sep 2015 14:37:32 -0300 Subject: [PATCH] x86/vp9dsp: fix local header include Signed-off-by: James Almer --- libavcodec/x86/vp9dsp_init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/x86/vp9dsp_init.h b/libavcodec/x86/vp9dsp_init.h index caaf20c510..d1a9514c09 100644 --- a/libavcodec/x86/vp9dsp_init.h +++ b/libavcodec/x86/vp9dsp_init.h @@ -23,7 +23,7 @@ #ifndef AVCODEC_X86_VP9DSP_INIT_H #define AVCODEC_X86_VP9DSP_INIT_H -#include +#include "libavcodec/vp9dsp.h" #define decl_fpel_func(avg, sz, bpp, opt) \ void ff_vp9_##avg##sz##bpp##_##opt(uint8_t *dst, ptrdiff_t dst_stride, \