| Index: webrtc/build/common.gypi
|
| diff --git a/webrtc/build/common.gypi b/webrtc/build/common.gypi
|
| index 265c3d78037bcdfd1c3ab3856d9c63a9e9802d04..414fd02e6f3ad00c79613949ef555c32ca71ee46 100644
|
| --- a/webrtc/build/common.gypi
|
| +++ b/webrtc/build/common.gypi
|
| @@ -173,6 +173,10 @@
|
| # Determines whether QUIC code will be built.
|
| 'use_quic%': 0,
|
|
|
| + # By default, use normal platform audio support or dummy audio, but don't
|
| + # use file-based audio playout and record.
|
| + 'use_dummy_audio_file_devices%': 0,
|
| +
|
| 'conditions': [
|
| # Enable this to build OpenH264 encoder/FFmpeg decoder. This is supported
|
| # on all platforms except Android and iOS. Because FFmpeg can be built
|
|
|