Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2015-09-21 20:37:32 +0300
committerJames Almer <jamrial@gmail.com>2015-09-21 20:37:32 +0300
commit7086154aaa24039f313b98cfb610dfc5429c9302 (patch)
treec11776fd79fb65b44cb3365dc3e5aabde7ddfed2 /libavcodec/x86
parent91fcb10f081519e95cf28c465b6d098a0b4b6f2a (diff)
x86/vp9dsp: fix local header include
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/x86')
-rw-r--r--libavcodec/x86/vp9dsp_init.h2
1 files changed, 1 insertions, 1 deletions
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 <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, \