mirror of https://github.com/FreeRDP/FreeRDP
[codec,dsp] fix build WITH_FAAC
This commit is contained in:
parent
b388739a0c
commit
7f52be7d75
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue