From 3c4e49187f836c3613dc27c2c6a0d14c2d12bea8 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Wed, 2 Dec 2015 09:52:03 +0100 Subject: libavcodec/aacsbr_tablegen: fix tablegen on windows Including these headers is not needed and breaks building on Windows as it tries to activate the full compat tools, which are not needed for host tools. --- libavcodec/aacsbr_tablegen_common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavcodec/aacsbr_tablegen_common.h') diff --git a/libavcodec/aacsbr_tablegen_common.h b/libavcodec/aacsbr_tablegen_common.h index 0a64552ed6..d7fc3061b0 100644 --- a/libavcodec/aacsbr_tablegen_common.h +++ b/libavcodec/aacsbr_tablegen_common.h @@ -22,7 +22,8 @@ #ifndef AVCODEC_AACSBR_TABLEGEN_COMMON_H #define AVCODEC_AACSBR_TABLEGEN_COMMON_H -#include "aac.h" +#include "aac_defines.h" +#include "libavutil/mem.h" #if CONFIG_HARDCODED_TABLES #define aacsbr_tableinit() -- cgit v1.2.1