[FFmpeg-cvslog] x86/vp9dsp: add missing header include

James Almer git at videolan.org
Mon Sep 21 19:34:34 CEST 2015


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Mon Sep 21 14:34:08 2015 -0300| [91fcb10f081519e95cf28c465b6d098a0b4b6f2a] | committer: James Almer

x86/vp9dsp: add missing header include

Fixes make checkheaders

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=91fcb10f081519e95cf28c465b6d098a0b4b6f2a
---

 libavcodec/x86/vp9dsp_init.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavcodec/x86/vp9dsp_init.h b/libavcodec/x86/vp9dsp_init.h
index 63f616d..caaf20c 100644
--- a/libavcodec/x86/vp9dsp_init.h
+++ b/libavcodec/x86/vp9dsp_init.h
@@ -23,6 +23,8 @@
 #ifndef AVCODEC_X86_VP9DSP_INIT_H
 #define AVCODEC_X86_VP9DSP_INIT_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, \
                                    const uint8_t *src, ptrdiff_t src_stride, \



More information about the ffmpeg-cvslog mailing list