aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_audiotrack.c
diff options
context:
space:
mode:
authorPaul ADENOT <[email protected]>2013-03-14 16:46:06 +0100
committerPaul ADENOT <[email protected]>2013-03-14 16:46:06 +0100
commit1be166f9a5f40368e9ebee4def40d6bc3e9341fd (patch)
tree81295d4089e13b92158b475119c43219f4073a40 /src/cubeb_audiotrack.c
parent3b6aa33d306492a10643c7097333923cbd1d4b71 (diff)
downloadcubeb-1be166f9a5f40368e9ebee4def40d6bc3e9341fd.tar.gz
cubeb-1be166f9a5f40368e9ebee4def40d6bc3e9341fd.zip
Import a modified version of an Android header
The SLES/OpenSLES_AndroidConfiguration.h header in the Android NDK has a bug where the whole file is wrapped in |#ifdef __cplusplus| macro, so we can't get Android specific OpenSLES values. This patch imports the header, with those macros removed. Additionaly, this patch moves the Android-specific headers in an src/android/ directory.
Diffstat (limited to 'src/cubeb_audiotrack.c')
-rw-r--r--src/cubeb_audiotrack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cubeb_audiotrack.c b/src/cubeb_audiotrack.c
index 21e8b9e..723dc94 100644
--- a/src/cubeb_audiotrack.c
+++ b/src/cubeb_audiotrack.c
@@ -15,7 +15,7 @@
#include "cubeb/cubeb.h"
#include "cubeb-internal.h"
-#include "audiotrack_definitions.h"
+#include "android/audiotrack_definitions.h"
#ifndef ALOG
#if defined(DEBUG) || defined(FORCE_ALOG)