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

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: Addressed noahric's comments + minor fixes 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
Index: webrtc/modules/modules.gyp
diff --git a/webrtc/modules/modules.gyp b/webrtc/modules/modules.gyp
index d1fcebbffcd998d4c02941a8b5aca56e58135295..9c221b1a4e6114ae0c69f6d4b85a3bffa414161c 100644
--- a/webrtc/modules/modules.gyp
+++ b/webrtc/modules/modules.gyp
@@ -45,6 +45,13 @@
}, {
'desktop_capture_supported%': 0,
}],
+ ['use_third_party_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',

Powered by Google App Engine
This is Rietveld 408576698