Enable Opus for Chrome
Review URL: https://webrtc-codereview.appspot.com/935005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2984 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
9fedff7c17
commit
87736720eb
@ -32,7 +32,15 @@
|
||||
'webrtc_root%': '<(webrtc_root)',
|
||||
|
||||
'webrtc_vp8_dir%': '<(webrtc_root)/modules/video_coding/codecs/vp8',
|
||||
'include_opus%': 0,
|
||||
|
||||
# Enable opus for Chrome only right now.
|
||||
'conditions': [
|
||||
['build_with_chromium==1', {
|
||||
'include_opus%': 1,
|
||||
}, {
|
||||
'include_opus%': 0,
|
||||
}],
|
||||
],
|
||||
},
|
||||
'build_with_chromium%': '<(build_with_chromium)',
|
||||
'webrtc_root%': '<(webrtc_root)',
|
||||
|
Loading…
x
Reference in New Issue
Block a user