提交 7086154a 编写于 作者: J James Almer

x86/vp9dsp: fix local header include

Signed-off-by: NJames Almer <jamrial@gmail.com>
上级 91fcb10f
......@@ -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, \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册