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:
niklas.enbom@webrtc.org 2012-10-24 20:12:54 +00:00
parent 9fedff7c17
commit 87736720eb

View File

@ -32,7 +32,15 @@
'webrtc_root%': '<(webrtc_root)',
'webrtc_vp8_dir%': '<(webrtc_root)/modules/video_coding/codecs/vp8',
# 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)',