Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(240)

Unified Diff: media/audio/android/opensles_output.h

Issue 12806009: Add OpenSL configurations (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: add opensles_outtput.h Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698