From 35c23bf67df62d8d6dbfca05e99d6d607c17f7bb Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 15 May 2016 14:34:44 +0200 Subject: avcodec/dsd: Fix "warning: ctables defined but not used [-Wunused-variable]" Signed-off-by: Michael Niedermayer --- libavcodec/dsd.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/dsd.h') diff --git a/libavcodec/dsd.h b/libavcodec/dsd.h index 42a9a4872e..5ca4574837 100644 --- a/libavcodec/dsd.h +++ b/libavcodec/dsd.h @@ -27,7 +27,6 @@ #include "libavcodec/internal.h" #include "libavcodec/mathops.h" #include "avcodec.h" -#include "dsd_tablegen.h" #define HTAPS 48 /** number of FIR constants */ #define FIFOSIZE 16 /** must be a power of two */ -- cgit v1.2.3