Commit 5c1c6e82 authored by Janne Grunau's avatar Janne Grunau

dca: include dcadsp.h in {arm,x86}/dca.h for checkheaders

parent 6398d8fd
......@@ -24,6 +24,7 @@
#include <stdint.h>
#include "config.h"
#include "libavcodec/dcadsp.h"
#include "libavcodec/mathops.h"
#if HAVE_ARMV6_INLINE && AV_GCC_VERSION_AT_LEAST(4,4)
......
......@@ -23,6 +23,7 @@
#if ARCH_X86_64 && HAVE_SSE2_INLINE
# include "libavutil/x86/asm.h"
# include "libavutil/mem.h"
#include "libavcodec/dcadsp.h"
# define int8x8_fmul_int32 int8x8_fmul_int32
static inline void int8x8_fmul_int32(av_unused DCADSPContext *dsp,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment