Module: libav Branch: master Commit: 57f13fd7e993ee0b582695c7af7a6bdf1c7d0761
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Sun Nov 10 22:12:55 2013 +0100 dv_tablegen: Remove CONFIG_SMALL preprocessor check The code does in no way depend on CONFIG_SMALL. --- 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> _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
