Chromium Code Reviews| 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
|
| ], |
| }, |
| }], |