Commit 1effef0d authored by vaillancour's avatar vaillancour
Browse files

fix linux build

parent 1798262d
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -85,5 +85,6 @@


#define IMPROV_PRECISION                        /* Places where precision can be improved without increasing complexity */
#define IMPROV_COMPLEX                       /* Places where complexity is reduced, coudl be non-BE */
#define IMPROV_COMPLEX_BE                       /* Places where complexity is reduced, BE (no big impact on complexity) */
#endif
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ static void stereo_dft_generate_comfort_noise_fx(
    Word32 tmp32_1, tmp32_2;
    Word16 q_div, q_sqrt1, q_sqrt2, q_sqrt, sqrt_res;
    Word16 q_shift, q_shift_1, q_shift_2, min_q;
#ifdef IMPROV_PRECISION
#ifdef IMPROV_COMPLEX
    Word16 tmp16, tmp_p, tmp_s;
#endif
    hFdCngCom = st->hFdCngDec->hFdCngCom;