[codec,dsp] fix build WITH_FAAC

This commit is contained in:
akallabeth
2024-09-17 12:13:53 +02:00
parent b388739a0c
commit 7f52be7d75

View File

@@ -1531,7 +1531,7 @@ BOOL freerdp_dsp_context_reset(FREERDP_DSP_CONTEXT* WINPR_RESTRICT context,
#endif
#if defined(WITH_FAAC)
if (context->encoder)
if (context->common.encoder)
{
faacEncConfigurationPtr cfg;