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:
Kacper Michajłow 2025-08-12 03:42:14 +02:00
parent 1ad97b82f3
commit c5093f59c8

View file

@ -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