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

Side by Side Diff: webrtc/modules/video_coding/BUILD.gn

Issue 2544493005: Decode h264 fmtp sprop-parameter-sets to binary. (Closed)
Patch Set: Fix compilation error. 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 unified diff | Download patch
« no previous file with comments | « webrtc/modules/BUILD.gn ('k') | webrtc/modules/video_coding/h264_sprop_parameter_sets.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 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 import("../../build/webrtc.gni") 9 import("../../build/webrtc.gni")
10 10
(...skipping 11 matching lines...) Expand all
22 "frame_buffer.cc", 22 "frame_buffer.cc",
23 "frame_buffer.h", 23 "frame_buffer.h",
24 "frame_buffer2.cc", 24 "frame_buffer2.cc",
25 "frame_buffer2.h", 25 "frame_buffer2.h",
26 "frame_object.cc", 26 "frame_object.cc",
27 "frame_object.h", 27 "frame_object.h",
28 "generic_decoder.cc", 28 "generic_decoder.cc",
29 "generic_decoder.h", 29 "generic_decoder.h",
30 "generic_encoder.cc", 30 "generic_encoder.cc",
31 "generic_encoder.h", 31 "generic_encoder.h",
32 "h264_sprop_parameter_sets.cc",
33 "h264_sprop_parameter_sets.h",
32 "h264_sps_pps_tracker.cc", 34 "h264_sps_pps_tracker.cc",
33 "h264_sps_pps_tracker.h", 35 "h264_sps_pps_tracker.h",
34 "histogram.cc", 36 "histogram.cc",
35 "histogram.h", 37 "histogram.h",
36 "include/video_codec_initializer.h", 38 "include/video_codec_initializer.h",
37 "include/video_coding.h", 39 "include/video_coding.h",
38 "include/video_coding_defines.h", 40 "include/video_coding_defines.h",
39 "inter_frame_delay.cc", 41 "inter_frame_delay.cc",
40 "inter_frame_delay.h", 42 "inter_frame_delay.h",
41 "internal_defines.h", 43 "internal_defines.h",
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 if (!build_with_chromium && is_clang) { 270 if (!build_with_chromium && is_clang) {
269 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). 271 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
270 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 272 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
271 } 273 }
272 274
273 deps = [ 275 deps = [
274 "../../test:test_support", 276 "../../test:test_support",
275 ] 277 ]
276 } 278 }
277 } 279 }
OLDNEW
« no previous file with comments | « webrtc/modules/BUILD.gn ('k') | webrtc/modules/video_coding/h264_sprop_parameter_sets.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698