[FFmpeg-cvslog] dv_tablegen: Remove CONFIG_SMALL preprocessor check
Diego Biurrun
git at videolan.org
Tue Nov 19 22:10:01 CET 2013
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sun Nov 10 22:12:55 2013 +0100| [57f13fd7e993ee0b582695c7af7a6bdf1c7d0761] | committer: Diego Biurrun
dv_tablegen: Remove CONFIG_SMALL preprocessor check
The code does in no way depend on CONFIG_SMALL.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=57f13fd7e993ee0b582695c7af7a6bdf1c7d0761
---
libavcodec/dv_tablegen.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/libavcodec/dv_tablegen.c b/libavcodec/dv_tablegen.c
index f463550..9b2b954 100644
--- a/libavcodec/dv_tablegen.c
+++ b/libavcodec/dv_tablegen.c
@@ -22,9 +22,6 @@
#include <stdlib.h>
#define CONFIG_HARDCODED_TABLES 0
-#ifndef CONFIG_SMALL
-#error CONFIG_SMALL must be defined to generate tables
-#endif
#include "dv_tablegen.h"
#include "tableprint.h"
#include <inttypes.h>
More information about the ffmpeg-cvslog
mailing list