mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 16:23:46 +08:00
qcom2 build fixes
old-commit-hash: 405d94ec6d98727d9ffbfc4d469c92ca327dfa1a
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user