mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 08:24:16 +09:00
[codec,dsp] fix build WITH_FAAC
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user