summaryrefslogtreecommitdiff
path: root/libavcodec/aacsbr_tablegen.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2015-07-20 16:48:07 -0300
committerJames Almer <jamrial@gmail.com>2015-07-20 21:01:19 -0300
commit651448a8a7bdeecc96705e4020f7dfbf02afce9b (patch)
tree662ac9319242c76da9b1e8593b2070d4c9a9c11c /libavcodec/aacsbr_tablegen.c
parenteca84946eaa13b5e65262f0d8786ff7ed31a51ac (diff)
avcodec/aacsbr: fix compilation with hardcoded tables
Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/aacsbr_tablegen.c')
-rw-r--r--libavcodec/aacsbr_tablegen.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libavcodec/aacsbr_tablegen.c b/libavcodec/aacsbr_tablegen.c
index 4f58270aa2..ee0d818f81 100644
--- a/libavcodec/aacsbr_tablegen.c
+++ b/libavcodec/aacsbr_tablegen.c
@@ -21,9 +21,11 @@
*/
#include <stdlib.h>
+#include "libavutil/internal.h"
+#include "libavutil/common.h"
+#undef CONFIG_HARDCODED_TABLES
#define CONFIG_HARDCODED_TABLES 0
#define USE_FIXED 0
-#include "libavutil/common.h"
#include "aacsbr_tablegen.h"
#include "tableprint.h"