mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
x86/vp9dsp: fix local header include
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
91fcb10f08
commit
7086154aaa
@ -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, \
|
||||
|
Loading…
Reference in New Issue
Block a user