From 7c93f2c0b940e07c2a1fd0fb8f7ffc94dcfdb1aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reimar=20D=C3=B6ffinger?= Date: Sat, 12 Mar 2016 19:08:21 +0100 Subject: Move cbrt tables to separate cbrt_data(_fixed).c files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Allows sharing and reusing the data between different files. Signed-off-by: Reimar Döffinger --- libavcodec/aacdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/aacdec.c') diff --git a/libavcodec/aacdec.c b/libavcodec/aacdec.c index 26bdea1..ee9b4eb 100644 --- a/libavcodec/aacdec.c +++ b/libavcodec/aacdec.c @@ -50,7 +50,7 @@ #include "aac.h" #include "aactab.h" #include "aacdectab.h" -#include "cbrt_tablegen.h" +#include "cbrt_data.h" #include "sbr.h" #include "aacsbr.h" #include "mpeg4audio.h" -- cgit v1.1