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

Side by Side Diff: media/media.gyp

Issue 2873068: use_system_ffmpeg broken in gentoo. (Closed)
Patch Set: Created 10 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
« no previous file with comments | « no previous file | no next file » | 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'player_x11_renderer%': 'x11', 8 'player_x11_renderer%': 'x11',
9 }, 9 },
10 'targets': [ 10 'targets': [
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'filters/bitstream_converter.h', 107 'filters/bitstream_converter.h',
108 'filters/decoder_base.h', 108 'filters/decoder_base.h',
109 'filters/ffmpeg_audio_decoder.cc', 109 'filters/ffmpeg_audio_decoder.cc',
110 'filters/ffmpeg_audio_decoder.h', 110 'filters/ffmpeg_audio_decoder.h',
111 'filters/ffmpeg_demuxer.cc', 111 'filters/ffmpeg_demuxer.cc',
112 'filters/ffmpeg_demuxer.h', 112 'filters/ffmpeg_demuxer.h',
113 'filters/ffmpeg_glue.cc', 113 'filters/ffmpeg_glue.cc',
114 'filters/ffmpeg_glue.h', 114 'filters/ffmpeg_glue.h',
115 'filters/ffmpeg_interfaces.cc', 115 'filters/ffmpeg_interfaces.cc',
116 'filters/ffmpeg_interfaces.h', 116 'filters/ffmpeg_interfaces.h',
117 'filters/ffmpeg_video_allocator.cc',
118 'filters/ffmpeg_video_allocator.h',
119 'filters/ffmpeg_video_decode_engine.cc', 117 'filters/ffmpeg_video_decode_engine.cc',
120 'filters/ffmpeg_video_decode_engine.h', 118 'filters/ffmpeg_video_decode_engine.h',
121 'filters/ffmpeg_video_decoder.cc', 119 'filters/ffmpeg_video_decoder.cc',
122 'filters/ffmpeg_video_decoder.h', 120 'filters/ffmpeg_video_decoder.h',
123 'filters/file_data_source.cc', 121 'filters/file_data_source.cc',
124 'filters/file_data_source.h', 122 'filters/file_data_source.h',
125 'filters/null_audio_renderer.cc', 123 'filters/null_audio_renderer.cc',
126 'filters/null_audio_renderer.h', 124 'filters/null_audio_renderer.h',
127 'filters/video_decode_engine.h', 125 'filters/video_decode_engine.h',
128 'filters/video_renderer_base.cc', 126 'filters/video_renderer_base.cc',
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 ], 505 ],
508 }], 506 }],
509 ], 507 ],
510 } 508 }
511 509
512 # Local Variables: 510 # Local Variables:
513 # tab-width:2 511 # tab-width:2
514 # indent-tabs-mode:nil 512 # indent-tabs-mode:nil
515 # End: 513 # End:
516 # vim: set expandtab tabstop=2 shiftwidth=2: 514 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698