Skip to content
Snippets Groups Projects
Commit 91fcb10f authored by James Almer's avatar James Almer
Browse files

x86/vp9dsp: add missing header include


Fixes make checkheaders

Signed-off-by: default avatarJames Almer <jamrial@gmail.com>
parent 4ed5a73a
No related branches found
No related tags found
No related merge requests found
......@@ -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, \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment