Commit 52404c50 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix build with DEBUGGING active

parent e0f293c6
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -233,6 +233,10 @@ struct IVAS_REND
    Word8 rendererConfigEnabled;
    RENDER_CONFIG_DATA *hRendererConfig; /* Renderer config pointer */

#ifdef DEBUGGING
    Word32 numClipping; /* Counter of clipped output samples */
#endif

    Word16 num_subframes;
    hrtf_handles hHrtfs;
};