From 7f52be7d7565c6d96ce4cabf5a6dc70dce697bfd Mon Sep 17 00:00:00 2001 From: akallabeth Date: Tue, 17 Sep 2024 12:13:53 +0200 Subject: [PATCH] [codec,dsp] fix build WITH_FAAC --- libfreerdp/codec/dsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfreerdp/codec/dsp.c b/libfreerdp/codec/dsp.c index c13ed4927..f5b959800 100644 --- a/libfreerdp/codec/dsp.c +++ b/libfreerdp/codec/dsp.c @@ -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;