Browse Source

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.
tags/n0.11
Diego Biurrun 13 years ago
parent
commit
c0b34e6148
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/dvdec.c

+ 0
- 1
libavcodec/dvdec.c View 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;


Loading…
Cancel
Save