dvdec.c uses nothing from dv_tablegen.h. As a welcome side-effect, this
fixes compilation of that file with hardcoded tables enabled.
---
libavcodec/dvdec.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/libavcodec/dvdec.c b/libavcodec/dvdec.c
index 689ae7c..aeea010 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;
--
1.7.1
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel