avcodec/x86/vc1dsp: add missing header for HAVE_6REGS
x86/vc1dsp_init.c already includes asm.h before, so this is mostly cosmetic change and only to clean checkheaders warning. Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
This commit is contained in:
parent
1ad97b82f3
commit
c5093f59c8
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@
|
|||
#ifndef AVCODEC_X86_VC1DSP_H
|
||||
#define AVCODEC_X86_VC1DSP_H
|
||||
|
||||
#include "libavutil/x86/asm.h"
|
||||
#include "libavcodec/vc1dsp.h"
|
||||
|
||||
#if HAVE_6REGS && HAVE_INLINE_ASM && HAVE_MMX_EXTERNAL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue