projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f1ec8e
)
dv_tablegen: Remove CONFIG_SMALL preprocessor check
author
Diego Biurrun
<diego@biurrun.de>
Sun, 10 Nov 2013 21:12:55 +0000
(22:12 +0100)
committer
Diego 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
patch
|
blob
|
history
diff --git
a/libavcodec/dv_tablegen.c
b/libavcodec/dv_tablegen.c
index
f463550
..
9b2b954
100644
(file)
--- 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>