From 3cbe1126530449336e2ce59b194bdb8c4eb4abb4 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 10 Nov 2013 18:05:39 +0100 Subject: dv: Split DV data table declarations into their own header This is necessary to avoid target config settings bleeding into the host compilation process with hardcoded tables and the DV VLC tables no longer present as static tables in a header file. --- libavcodec/dvdec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/dvdec.c') diff --git a/libavcodec/dvdec.c b/libavcodec/dvdec.c index aee4053..28bf79b 100644 --- a/libavcodec/dvdec.c +++ b/libavcodec/dvdec.c @@ -43,6 +43,7 @@ #include "put_bits.h" #include "simple_idct.h" #include "dvdata.h" +#include "dv.h" typedef struct BlockInfo { const uint32_t *factor_table; -- cgit v1.1