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

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: Rebase with master 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 9c50d267e96055853e425b131a2ca49666481fb9..721cbcb5c95749980378194ffba20df4fdc900de 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