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

Side by Side Diff: media/media.gyp

Issue 364823008: Mpeg2TS - estimate duration for video frames. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address CR comments. Created 6 years, 5 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Override to dynamically link the cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 909 matching lines...) Expand 10 before | Expand all | Expand 10 after
920 'msvs_disabled_warnings': [ 4267, ], 920 'msvs_disabled_warnings': [ 4267, ],
921 }], 921 }],
922 ], 922 ],
923 }], 923 }],
924 ['proprietary_codecs==1', { 924 ['proprietary_codecs==1', {
925 'sources': [ 925 'sources': [
926 'filters/ffmpeg_h264_to_annex_b_bitstream_converter.cc', 926 'filters/ffmpeg_h264_to_annex_b_bitstream_converter.cc',
927 'filters/ffmpeg_h264_to_annex_b_bitstream_converter.h', 927 'filters/ffmpeg_h264_to_annex_b_bitstream_converter.h',
928 'filters/h264_to_annex_b_bitstream_converter.cc', 928 'filters/h264_to_annex_b_bitstream_converter.cc',
929 'filters/h264_to_annex_b_bitstream_converter.h', 929 'filters/h264_to_annex_b_bitstream_converter.h',
930 'formats/mp2t/es_adapter_video.cc',
931 'formats/mp2t/es_adapter_video.h',
930 'formats/mp2t/es_parser.h', 932 'formats/mp2t/es_parser.h',
931 'formats/mp2t/es_parser_adts.cc', 933 'formats/mp2t/es_parser_adts.cc',
932 'formats/mp2t/es_parser_adts.h', 934 'formats/mp2t/es_parser_adts.h',
933 'formats/mp2t/es_parser_h264.cc', 935 'formats/mp2t/es_parser_h264.cc',
934 'formats/mp2t/es_parser_h264.h', 936 'formats/mp2t/es_parser_h264.h',
935 'formats/mp2t/mp2t_common.h', 937 'formats/mp2t/mp2t_common.h',
936 'formats/mp2t/mp2t_stream_parser.cc', 938 'formats/mp2t/mp2t_stream_parser.cc',
937 'formats/mp2t/mp2t_stream_parser.h', 939 'formats/mp2t/mp2t_stream_parser.h',
938 'formats/mp2t/ts_packet.cc', 940 'formats/mp2t/ts_packet.cc',
939 'formats/mp2t/ts_packet.h', 941 'formats/mp2t/ts_packet.h',
(...skipping 808 matching lines...) Expand 10 before | Expand all | Expand 10 after
1748 ], 1750 ],
1749 }], 1751 }],
1750 ], 1752 ],
1751 }], 1753 }],
1752 ], 1754 ],
1753 }, 1755 },
1754 ], 1756 ],
1755 }], 1757 }],
1756 ], 1758 ],
1757 } 1759 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698