aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/snowdsp.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-09-30 16:27:46 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-10-02 12:23:16 +0200
commitf52b4a6e69187a5694b4ca7acefc529439bf4f8a (patch)
treecabc813bf93d56897a3fef5b37c62550f3f3f209 /libavcodec/x86/snowdsp.c
parent155e7e126be61d32618a95ddf1db30409b200fdc (diff)
downloadffmpeg-f52b4a6e69187a5694b4ca7acefc529439bf4f8a.tar.gz
avcodec/snow: Move dsp helper functions to snow_dwt.h
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/x86/snowdsp.c')
-rw-r--r--libavcodec/x86/snowdsp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/x86/snowdsp.c b/libavcodec/x86/snowdsp.c
index bca1f9bd2e..bd0aa766e5 100644
--- a/libavcodec/x86/snowdsp.c
+++ b/libavcodec/x86/snowdsp.c
@@ -24,7 +24,6 @@
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/x86/asm.h"
-#include "libavcodec/snow.h"
#include "libavcodec/snow_dwt.h"
#if HAVE_INLINE_ASM