From 52d68dbe1ccd1f541fc84516577fb6b6613e675a Mon Sep 17 00:00:00 2001 From: Erik Norvell Date: Tue, 19 Dec 2023 14:53:51 +0100 Subject: [PATCH] Compiler fixes for gcc --- lib_com/prot_fx1.h | 2 ++ lib_dec/ivas_qmetadata_dec.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lib_com/prot_fx1.h b/lib_com/prot_fx1.h index 536740741..b948a78b7 100644 --- a/lib_com/prot_fx1.h +++ b/lib_com/prot_fx1.h @@ -436,4 +436,6 @@ void delay_signal( const Word16 delay /* i : delay in samples */ ); +Word16 ceil_log_2( UWord64 val ); + #endif \ No newline at end of file diff --git a/lib_dec/ivas_qmetadata_dec.c b/lib_dec/ivas_qmetadata_dec.c index 452a5b272..bf480ea80 100644 --- a/lib_dec/ivas_qmetadata_dec.c +++ b/lib_dec/ivas_qmetadata_dec.c @@ -41,6 +41,8 @@ #include "wmc_auto.h" #include "prot.h" +#include "prot_fx1.h" + /*-----------------------------------------------------------------------* * Local function prototypes *-----------------------------------------------------------------------*/ -- GitLab