Browse Source

x86/vp9dsp: fix local header include

Signed-off-by: James Almer <jamrial@gmail.com>
tags/n3.0
James Almer 10 years ago
parent
commit
7086154aaa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/x86/vp9dsp_init.h

+ 1
- 1
libavcodec/x86/vp9dsp_init.h View File

@@ -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…
Cancel
Save