dvdec: drop unnecessary dv_tablegen.h #include
authorDiego Biurrun <diego@biurrun.de>
Wed, 28 Mar 2012 13:44:18 +0000 (15:44 +0200)
committerDiego Biurrun <diego@biurrun.de>
Wed, 28 Mar 2012 13:51:43 +0000 (15:51 +0200)
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

index 689ae7c..aeea010 100644 (file)
@@ -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;