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

Unified Diff: media/media.gyp

Issue 7473021: PulseAudio Sound Playback on Linux (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 5 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
« media/audio/linux/pulse_output.cc ('K') | « media/audio/linux/pulse_output.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 7c3d16f8e2b3276f3a7c9083d6860fb301616e28..01bdfdf9cefb83164af67b64b9428e9d83753934 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -56,6 +56,8 @@
'audio/linux/alsa_util.h',
'audio/linux/alsa_wrapper.cc',
'audio/linux/alsa_wrapper.h',
+ 'audio/linux/pulse_output.cc',
+ 'audio/linux/pulse_output.h',
'audio/openbsd/audio_manager_openbsd.cc',
'audio/openbsd/audio_manager_openbsd.h',
'audio/mac/audio_input_mac.cc',
@@ -226,6 +228,7 @@
'link_settings': {
'libraries': [
'-lasound',
+ '-lpulse',
Ami GONE FROM CHROMIUM 2011/07/21 16:59:03 Pretty sure this will break on cros/arm where we d
slock 2011/07/21 17:10:57 That's also my understanding. I was advised to li
],
},
}],
« media/audio/linux/pulse_output.cc ('K') | « media/audio/linux/pulse_output.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698