Commit 35303c95 authored by vaclav's avatar vaclav
Browse files

fix Linux builds

parent 883bc1c9
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1611,7 +1611,7 @@ static ivas_error printConfigInfo_enc(
                    fprintf( stdout, "Switching to SWB.\n" );
                }
            }
            else if ( hIvasEnc->newBandwidthApi == SWB )
            else if ( newBandwidthApi == SWB )
            {
                fprintf( stdout, "\nSWB coding not supported below %.2f kbps. Switching to WB.\n", ACELP_9k60 / 1000.f );
            }
@@ -1650,7 +1650,7 @@ static ivas_error printConfigInfo_enc(
    else
    {
#ifdef FIX_I74_BW_LIMITATION_ALT
        if ( hIvasEnc->newBandwidthApi != hEncoderConfig->max_bwidth )
        if ( newBandwidthApi != hEncoderConfig->max_bwidth )
#else
        if ( hEncoderConfig->max_bwidth == FB && hEncoderConfig->ivas_total_brate < MIN_BRATE_FB_STEREO )
#endif