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

Unified Diff: webrtc/sdk/BUILD.gn

Issue 2532983006: Enable VideoToolbox encoder on mac (Closed)
Patch Set: Created 4 years 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 | « no previous file | webrtc/sdk/objc/Framework/Classes/videotoolboxvideocodecfactory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/BUILD.gn
diff --git a/webrtc/sdk/BUILD.gn b/webrtc/sdk/BUILD.gn
index 625c28fbf8cb9feab4b433ed59f64a922cac2bff..d9c4dcbf3d1f39ace8e59fb41921e1083083ef40 100644
--- a/webrtc/sdk/BUILD.gn
+++ b/webrtc/sdk/BUILD.gn
@@ -184,6 +184,10 @@ if (is_ios || is_mac) {
"objc/Framework/Headers/WebRTC/RTCVideoTrack.h",
]
+ deps = [
+ ":webrtc_h264_video_toolbox",
+ ]
+
if (is_ios) {
sources += [
"objc/Framework/Classes/RTCEAGLVideoView.m",
@@ -196,9 +200,6 @@ if (is_ios || is_mac) {
"OpenGLES.framework",
"QuartzCore.framework",
]
- deps = [
- ":webrtc_h264_video_toolbox",
- ]
}
if (is_mac) {
@@ -210,7 +211,6 @@ if (is_ios || is_mac) {
"CoreMedia.framework",
"OpenGL.framework",
]
- deps = []
}
configs += [
« no previous file with comments | « no previous file | webrtc/sdk/objc/Framework/Classes/videotoolboxvideocodecfactory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698