OSDN Git Service

dv_tablegen: Remove CONFIG_SMALL preprocessor check
authorDiego Biurrun <diego@biurrun.de>
Sun, 10 Nov 2013 21:12:55 +0000 (22:12 +0100)
committerDiego Biurrun <diego@biurrun.de>
Tue, 19 Nov 2013 15:04:27 +0000 (16:04 +0100)
The code does in no way depend on CONFIG_SMALL.

libavcodec/dv_tablegen.c

index f463550..9b2b954 100644 (file)
@@ -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>