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

Change-Id: I934d6c1b7011453b71c28c9ec64da3f3af865782
This commit is contained in:
Jakub Pawlowski
2017-02-21 20:53: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. expansion in the PCM time domain.
*******************************************************************************/ *******************************************************************************/
#ifndef __linux__
#include <log/log.h> #include <log/log.h>
#endif
#include "pcmutils_lib.h" #include "pcmutils_lib.h"
#include "genericStds.h" #include "genericStds.h"
@@ -2079,7 +2081,9 @@ PCMDMX_ERROR pcmDmx_ApplyFrame (
} }
} }
if (ch != numInChannels) { if (ch != numInChannels) {
#ifndef __linux__
ALOGE("b/23876444"); ALOGE("b/23876444");
#endif
return PCMDMX_INVALID_ARGUMENT; return PCMDMX_INVALID_ARGUMENT;
} }