ffmpeg | branch: master | James Almer <jamr...@gmail.com> | Mon Sep 21 14:37:32 2015 -0300| [7086154aaa24039f313b98cfb610dfc5429c9302] | committer: James Almer
x86/vp9dsp: fix local header include Signed-off-by: James Almer <jamr...@gmail.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7086154aaa24039f313b98cfb610dfc5429c9302 --- 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 caaf20c..d1a9514 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 <libavcodec/vp9dsp.h> +#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, \ _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog