Commit 93a97268 authored by vaillancour's avatar vaillancour
Browse files

fix linux built

parent 49eac681
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -14,8 +14,9 @@
 * Local prototypes
 *-------------------------------------------------------------------*/
static void wrte_cv( BSTR_ENC_HANDLE hBstr, const Word16 nq, const Word16 i_ind, const Word16 kv_ind, UWord16 I, Word16 kv[], Word16 *bits );
#ifndef REUSE_EVS_BE_ACELP_AVQ
static void wrte_cv_ivas_fx( BSTR_ENC_HANDLE hBstr, const Word16 nq, const Word16 i_ind, const Word16 kv_ind, UWord16 I, Word16 kv[], Word16 *bits );

#endif
/*-------------------------------------------------------------------*
 * Function AVQ_cod()                                                *
 *                                                                   *
@@ -1184,7 +1185,7 @@ static void wrte_cv(
    move16();
    return;
}

#ifdef REUSE_EVS_BE_ACELP_AVQ
static void wrte_cv_ivas_fx(
    BSTR_ENC_HANDLE hBstr, /* i/o: encoder bitstream handle         */
    const Word16 nq,       /* i  : AVQ nq index                     */
@@ -1244,3 +1245,4 @@ static void wrte_cv_ivas_fx(
    move16();
    return;
}
#endif
 No newline at end of file