mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-14 22:22:59 +02:00
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.
This commit is contained in:
parent
2efb710a34
commit
c0b34e6148
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user