Commit 7ea4b503 authored by Shikha Shetgeri's avatar Shikha Shetgeri
Browse files

resolve build errros

parent 91b64166
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1201,7 +1201,12 @@ ivas_error ivas_rend_openCldfbRend(
        hBinRenderer->numPoses = 1;
    }
    /* Load HRTF tables */
#ifdef FIX_1720_HRTF_FASTCONV
    ivas_binaural_hrtf_open( &pCldfbRend->hHrtfFastConv, hBinRenderer->hInputSetup->output_config, RENDERER_BINAURAL_FASTCONV );
#else
    ivas_binaural_hrtf_open( &pCldfbRend->hHrtfFastConv );
#endif


    /* Allocate memories and buffers needed for convolutional module */
    if ( ( error = ivas_binRenderer_convModuleOpen( hBinRenderer, RENDERER_BINAURAL_FASTCONV, hBinRenderer->hInputSetup->is_loudspeaker_setup, in_config,