Commit c0b34e61 authored by Diego Biurrun's avatar Diego Biurrun

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.
parent 2efb710a
...@@ -43,7 +43,6 @@ ...@@ -43,7 +43,6 @@
#include "simple_idct.h" #include "simple_idct.h"
#include "dvdata.h" #include "dvdata.h"
#include "dvquant.h" #include "dvquant.h"
#include "dv_tablegen.h"
typedef struct BlockInfo { typedef struct BlockInfo {
const uint32_t *factor_table; const uint32_t *factor_table;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment