From c0b34e61483aa08524dd9c0383419d11d09b0181 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 28 Mar 2012 15:44:18 +0200 Subject: [PATCH] dvdec: drop unnecessary dv_tablegen.h #include dvdec.c uses nothing from dv_tablegen.h. As a welcome side-effect, this fixes compilation of that file with hardcoded tables enabled. --- libavcodec/dvdec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/dvdec.c b/libavcodec/dvdec.c index 689ae7c405..aeea01076e 100644 --- a/libavcodec/dvdec.c +++ b/libavcodec/dvdec.c @@ -43,7 +43,6 @@ #include "simple_idct.h" #include "dvdata.h" #include "dvquant.h" -#include "dv_tablegen.h" typedef struct BlockInfo { const uint32_t *factor_table; -- 2.11.0