Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Unified Diff: webrtc/modules/modules.gyp

Issue 1306813009: H.264 video codec support using OpenH264/FFmpeg (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: (Alphabetical sorting in common_video.gyp deps) Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/common_video/video_frame.cc ('k') | webrtc/modules/video_coding/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/modules.gyp
diff --git a/webrtc/modules/modules.gyp b/webrtc/modules/modules.gyp
index 9c50d267e96055853e425b131a2ca49666481fb9..b0b37113b89c8be8701f986457e3d61373506303 100644
--- a/webrtc/modules/modules.gyp
+++ b/webrtc/modules/modules.gyp
@@ -45,6 +45,13 @@
}, {
'desktop_capture_supported%': 0,
}],
+ ['rtc_use_h264==1', {
+ 'videoprocessor_defines': [
+ 'WEBRTC_VIDEOPROCESSOR_H264_TESTS',
+ ],
+ }, {
+ 'videoprocessor_defines': [],
+ }],
],
},
'targets': [
@@ -69,6 +76,7 @@
],
'defines': [
'<@(audio_coding_defines)',
+ '<@(videoprocessor_defines)',
],
'sources': [
'audio_coding/test/APITest.cc',
« no previous file with comments | « webrtc/common_video/video_frame.cc ('k') | webrtc/modules/video_coding/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698