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

Unified Diff: media/base/media_switches.h

Issue 8499029: make pulseaudio available for all posix platforms because it's not linux only (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 1 month 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/base/media_switches.h
diff --git a/media/base/media_switches.h b/media/base/media_switches.h
index 410277e48cf4de44a45a49680ef76991d887f435..6d0167ccf8890d09c590a44106ceff622086bc89 100644
--- a/media/base/media_switches.h
+++ b/media/base/media_switches.h
@@ -17,7 +17,9 @@ extern const char kAlsaOutputDevice[];
extern const char kAlsaInputDevice[];
#endif
+#if defined(OS_POSIX) && !defined(OS_MACOSX)
MEDIA_EXPORT extern const char kUsePulseAudio[];
+#endif
MEDIA_EXPORT extern const char kVideoThreads[];
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698