diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-05-15 14:34:44 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-05-15 17:46:38 +0200 |
commit | 35c23bf67df62d8d6dbfca05e99d6d607c17f7bb (patch) | |
tree | d389c2649d51f975c7506f155b81a8aeed867615 /libavcodec/dsd.h | |
parent | 5350e0fc97a50de7cb387d1d5f07fe25c9c4a935 (diff) | |
download | ffmpeg-35c23bf67df62d8d6dbfca05e99d6d607c17f7bb.tar.gz |
avcodec/dsd: Fix "warning: ctables defined but not used [-Wunused-variable]"
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/dsd.h')
-rw-r--r-- | libavcodec/dsd.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |