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

Merge "Linux compilation fix" am: b82c85d0b1

am: 7c8dd3bb93

Change-Id: Ifba0bf717a42c3889ea686d1f46cd0758e61851e
This commit is contained in:
Jakub Pawlowski
2017-02-21 20:56:55 +00:00
committed by android-build-merger

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;
}