From: Diego Biurrun Date: Wed, 28 Mar 2012 13:44:18 +0000 (+0200) Subject: dvdec: drop unnecessary dv_tablegen.h #include X-Git-Tag: android-x86-4.4-r1~8529^2~2418 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c0b34e61483aa08524dd9c0383419d11d09b0181;p=android-x86%2Fexternal-ffmpeg.git 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. --- 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;