From 08be74ac8154e4a8936b7023cc3a7f5396fb182c Mon Sep 17 00:00:00 2001 From: Jovan Zelincevic Date: Tue, 30 Jun 2015 11:53:04 +0200 Subject: libavcodec: Implementation of AAC_fixed_decoder (LC-module) [2/4] Add fixed point implementation of functions for generating tables Signed-off-by: Nedeljko Babic Signed-off-by: Michael Niedermayer --- libavcodec/cbrt_tablegen_template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/cbrt_tablegen_template.c') diff --git a/libavcodec/cbrt_tablegen_template.c b/libavcodec/cbrt_tablegen_template.c index e0a8e63a8b..a8c04956d8 100644 --- a/libavcodec/cbrt_tablegen_template.c +++ b/libavcodec/cbrt_tablegen_template.c @@ -27,7 +27,7 @@ int main(void) { - cbrt_tableinit(); + CBRT_RENAME(cbrt_tableinit)(); write_fileheader(); -- cgit v1.2.3