summaryrefslogtreecommitdiff
path: root/libavcodec/dvdec.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-03-28 15:44:18 +0200
committerDiego Biurrun <diego@biurrun.de>2012-03-28 15:51:43 +0200
commitc0b34e61483aa08524dd9c0383419d11d09b0181 (patch)
tree3787cf89694308ac0e6eab210983a3c61136f4ff /libavcodec/dvdec.c
parent2efb710a3432f1bab381ed66fbae42c7d638e2c9 (diff)
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.
Diffstat (limited to 'libavcodec/dvdec.c')
-rw-r--r--libavcodec/dvdec.c1
1 files changed, 0 insertions, 1 deletions
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;