aboutsummaryrefslogtreecommitdiff
path: root/webrtc/build/common.gypi
diff options
context:
space:
mode:
authormarpan@webrtc.org <marpan@webrtc.org>2014-11-01 06:10:48 +0000
committermarpan@webrtc.org <marpan@webrtc.org>2014-11-01 06:10:48 +0000
commit5b8831782074d490969171de5f8c67251f36d9cc (patch)
tree52184f1a32750e19cd6153c7c630c049e3826934 /webrtc/build/common.gypi
parent5072e0f6cd27bc8f8c0788644c514f344d5ac3f6 (diff)
downloadwebrtc-5b8831782074d490969171de5f8c67251f36d9cc.tar.gz
Add VP9 codec to VCM and vie_auto_test.
Include VP9 tests in videoprocessor_integrationtests. Include end-to-end send/receiveVP9 test. This is the same patch as https://code.google.com/p/webrtc/source/detail?r=7422, which was reverted when rolled into chrome (due to bss size increase). Relanding this again as we now have the clear to get this in: see https://code.google.com/p/webrtc/issues/detail?id=3932 R=kjellander@webrtc.org, mflodman@webrtc.org, stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/31829004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7588 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'webrtc/build/common.gypi')
-rw-r--r--webrtc/build/common.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/webrtc/build/common.gypi b/webrtc/build/common.gypi
index e89f2f2179..366e7e9fe3 100644
--- a/webrtc/build/common.gypi
+++ b/webrtc/build/common.gypi
@@ -42,6 +42,7 @@
'modules_java_gyp_path%': '<(modules_java_gyp_path)',
'gen_core_neon_offsets_gyp%': '<(gen_core_neon_offsets_gyp)',
'webrtc_vp8_dir%': '<(webrtc_root)/modules/video_coding/codecs/vp8',
+ 'webrtc_vp9_dir%': '<(webrtc_root)/modules/video_coding/codecs/vp9',
'rbe_components_path%': '<(webrtc_root)/modules/remote_bitrate_estimator',
'include_opus%': 1,
},
@@ -52,6 +53,7 @@
'modules_java_gyp_path%': '<(modules_java_gyp_path)',
'gen_core_neon_offsets_gyp%': '<(gen_core_neon_offsets_gyp)',
'webrtc_vp8_dir%': '<(webrtc_vp8_dir)',
+ 'webrtc_vp9_dir%': '<(webrtc_vp9_dir)',
'include_opus%': '<(include_opus)',
'rtc_relative_path%': 1,
'rbe_components_path%': '<(rbe_components_path)',