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

Side by Side Diff: webrtc/modules/video_coding/codecs/h264/h264.gypi

Issue 2205763002: Disable encoder scaling on iPhone4S. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Revert GYP file. Created 4 years, 4 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 { 9 {
10 'includes': [ 10 'includes': [
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 '-framework CoreFoundation', 72 '-framework CoreFoundation',
73 '-framework CoreMedia', 73 '-framework CoreMedia',
74 '-framework CoreVideo', 74 '-framework CoreVideo',
75 '-framework VideoToolbox', 75 '-framework VideoToolbox',
76 ], 76 ],
77 }, 77 },
78 }, 78 },
79 'sources': [ 79 'sources': [
80 'h264_video_toolbox_decoder.cc', 80 'h264_video_toolbox_decoder.cc',
81 'h264_video_toolbox_decoder.h', 81 'h264_video_toolbox_decoder.h',
82 'h264_video_toolbox_encoder.cc',
83 'h264_video_toolbox_encoder.h', 82 'h264_video_toolbox_encoder.h',
83 'h264_video_toolbox_encoder.mm',
84 'h264_video_toolbox_nalu.cc', 84 'h264_video_toolbox_nalu.cc',
85 'h264_video_toolbox_nalu.h', 85 'h264_video_toolbox_nalu.h',
86 ], 86 ],
87 'conditions': [ 87 'conditions': [
88 ['build_libyuv==1', { 88 ['build_libyuv==1', {
89 'dependencies': ['<(DEPTH)/third_party/libyuv/libyuv.gyp:libyuv'], 89 'dependencies': ['<(DEPTH)/third_party/libyuv/libyuv.gyp:libyuv'],
90 }], 90 }],
91 ], 91 ],
92 }, # webrtc_h264_video_toolbox 92 }, # webrtc_h264_video_toolbox
93 ], # targets 93 ], # targets
94 }], # OS=="ios" 94 }], # OS=="ios"
95 ], # conditions 95 ], # conditions
96 } 96 }
OLDNEW
« no previous file with comments | « webrtc/modules/video_coding/BUILD.gn ('k') | webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_encoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698