qcom2 build fixes

old-commit-hash: 405d94ec6d98727d9ffbfc4d469c92ca327dfa1a
This commit is contained in:
Willem Melching
2020-07-27 16:13:25 +00:00
parent 1bff58ff15
commit daaefd6cca
3 changed files with 15 additions and 14 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
#include <map>
#include "cereal/gen/cpp/log.capnp.h"
#if defined(QCOM) || defined(QCOM2)
#if defined(QCOM)
#include <SLES/OpenSLES.h>
#include <SLES/OpenSLES_Android.h>
#endif
@@ -18,7 +18,7 @@ class Sound {
void setVolume(int volume);
~Sound();
#if defined(QCOM) || defined(QCOM2)
#if defined(QCOM)
private:
SLObjectItf engine_ = nullptr;
SLObjectItf outputMix_ = nullptr;