Commit 6900d239 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Merge branch...

Merge branch '1184-undefined-reference-to-memcpy-in-lib_dec-c-in-the-ivas-float-update-branch' into 'ivas-float-update'

Resolve "Undefined reference to memcpy() in lib_dec.c in the ivas-float-update branch"

See merge request !974
parents 05f58f72 acd7de8e
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -30,6 +30,9 @@

*******************************************************************************************************/

#include <math.h>
#include <assert.h>
#include <string.h>
#include "lib_dec.h"
#include "ivas_cnst.h"
#include "ivas_prot.h"
@@ -38,8 +41,6 @@
#include "jbm_jb4sb.h"
#include "jbm_pcmdsp_apa.h"
#include "jbm_pcmdsp_fifo.h"
#include <math.h>
#include <assert.h>
#ifdef DEBUGGING
#include "debug.h"
#endif