1
0
mirror of https://github.com/mstorsjo/fdk-aac.git synced 2025-06-05 22:39:13 +02:00

Merge "Linux compilation fix"

This commit is contained in:
Treehugger Robot
2017-02-21 20:48:22 +00:00
committed by Gerrit Code Review

View File

@@ -88,7 +88,9 @@ amm-info@iis.fraunhofer.de
expansion in the PCM time domain.
*******************************************************************************/
#ifndef __linux__
#include <log/log.h>
#endif
#include "pcmutils_lib.h"
#include "genericStds.h"
@@ -2079,7 +2081,9 @@ PCMDMX_ERROR pcmDmx_ApplyFrame (
}
}
if (ch != numInChannels) {
#ifndef __linux__
ALOGE("b/23876444");
#endif
return PCMDMX_INVALID_ARGUMENT;
}