[FFmpeg-cvslog] dvdec: drop unnecessary dv_tablegen.h #include

Diego Biurrun git at videolan.org
Thu Mar 29 04:32:34 CEST 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Mar 28 15:44:18 2012 +0200| [c0b34e61483aa08524dd9c0383419d11d09b0181] | committer: 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.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c0b34e61483aa08524dd9c0383419d11d09b0181
---

 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;



More information about the ffmpeg-cvslog mailing list