Index: media/audio/android/opensles_output.h |
=================================================================== |
--- media/audio/android/opensles_output.h (revision 189519) |
+++ media/audio/android/opensles_output.h (working copy) |
@@ -7,7 +7,6 @@ |
#include <SLES/OpenSLES.h> |
#include <SLES/OpenSLES_Android.h> |
Ami GONE FROM CHROMIUM
2013/03/22 16:24:41
nit: Are these includes really necessary?
Aren't t
leozwang1
2013/03/22 21:37:09
We need these two. opensles_util.h #include <SLES/
Ami GONE FROM CHROMIUM
2013/03/22 22:29:55
Isn't this (<SLES/OpenSLES.h>) one of the two here
leozwang1
2013/03/22 22:44:48
If I comment out #include <SLES/OpenSLES.h>, I wil
Ami GONE FROM CHROMIUM
2013/03/22 23:34:20
OIC the problem is that you're including OpenSLES_
|
-#include <SLES/OpenSLES_AndroidConfiguration.h> |
#include "base/compiler_specific.h" |
#include "media/audio/android/opensles_util.h" |