diff options
Diffstat (limited to 'apps/codecs/libfaad/specrec.c')
| -rw-r--r-- | apps/codecs/libfaad/specrec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/libfaad/specrec.c b/apps/codecs/libfaad/specrec.c index 87470f5..de57c4b 100644 --- a/apps/codecs/libfaad/specrec.c +++ b/apps/codecs/libfaad/specrec.c @@ -719,6 +719,8 @@ static uint8_t allocate_single_channel(NeAACDecHandle hDecoder, uint8_t channel, memset(hDecoder->time_out[channel+1], 0, mul*hDecoder->frameLength*sizeof(real_t)); } } +#else + (void)output_channels; /*silence warning when PS disabled*/ #endif if (hDecoder->fb_intermed[channel] == NULL) |