fdkaacdec: Failed to build using fdk-aac < 0.1.4
With the old versions fdk-aac < 0.1.4 installed, compilation of the fdkaac plugin from git master fails with the following error:
gstfdkaacdec.c:154:41: error: ‘AAC_PCM_MAX_OUTPUT_CHANNELS’ undeclared (first use in this function)
err = aacDecoder_SetParam (self->dec, AAC_PCM_MAX_OUTPUT_CHANNELS, 0);
^