[FFmpeg-cvslog] x86/vp9dsp: fix local header include

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


ffmpeg | branch: master | James Almer <jamrial at 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 <jamrial at 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, \



More information about the ffmpeg-cvslog mailing list