Chromium Code Reviews

Side by Side Diff: third_party/ffmpeg/ffmpeg.gyp

Issue 1107014: ffmpeg enable wmapro... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
« no previous file with comments | « no previous file | third_party/ffmpeg/source/config/Chrome/linux/arm-neon/config.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) 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 # TODO(fbarchard): Add wmapro.
6 # TODO(ajwong): Determine if we want to statically link libz. 5 # TODO(ajwong): Determine if we want to statically link libz.
7 6
8 { 7 {
9 'target_defaults': { 8 'target_defaults': {
10 'conditions': [ 9 'conditions': [
11 ['OS!="linux" and OS!="freebsd" and OS!="openbsd" and OS!="solaris"', { 10 ['OS!="linux" and OS!="freebsd" and OS!="openbsd" and OS!="solaris"', {
12 'sources/': [['exclude', '/linux/']] 11 'sources/': [['exclude', '/linux/']]
13 }], 12 }],
14 ['OS!="mac"', {'sources/': [['exclude', '/mac/']]}], 13 ['OS!="mac"', {'sources/': [['exclude', '/mac/']]}],
15 ['OS!="win"', {'sources/': [['exclude', '/win/']]}], 14 ['OS!="win"', {'sources/': [['exclude', '/win/']]}],
(...skipping 200 matching lines...)
216 'source/patched-ffmpeg-mt/libavcodec/mpegvideo_enc.c', # TODO(fb archard): For mpeg4 bsf. Review this file. 215 'source/patched-ffmpeg-mt/libavcodec/mpegvideo_enc.c', # TODO(fb archard): For mpeg4 bsf. Review this file.
217 'source/patched-ffmpeg-mt/libavcodec/msmpeg4.c', 216 'source/patched-ffmpeg-mt/libavcodec/msmpeg4.c',
218 'source/patched-ffmpeg-mt/libavcodec/msmpeg4data.c', 217 'source/patched-ffmpeg-mt/libavcodec/msmpeg4data.c',
219 'source/patched-ffmpeg-mt/libavcodec/ratecontrol.c', # TODO(fbar chard): For mpeg4 bsf. Review this file. 218 'source/patched-ffmpeg-mt/libavcodec/ratecontrol.c', # TODO(fbar chard): For mpeg4 bsf. Review this file.
220 'source/patched-ffmpeg-mt/libavcodec/vc1.c', 219 'source/patched-ffmpeg-mt/libavcodec/vc1.c',
221 'source/patched-ffmpeg-mt/libavcodec/vc1data.c', 220 'source/patched-ffmpeg-mt/libavcodec/vc1data.c',
222 'source/patched-ffmpeg-mt/libavcodec/vc1dec.c', # TODO(fbarchard ): Review this file. 221 'source/patched-ffmpeg-mt/libavcodec/vc1dec.c', # TODO(fbarchard ): Review this file.
223 'source/patched-ffmpeg-mt/libavcodec/vc1dsp.c', 222 'source/patched-ffmpeg-mt/libavcodec/vc1dsp.c',
224 'source/patched-ffmpeg-mt/libavcodec/wma.c', 223 'source/patched-ffmpeg-mt/libavcodec/wma.c',
225 'source/patched-ffmpeg-mt/libavcodec/wmadec.c', 224 'source/patched-ffmpeg-mt/libavcodec/wmadec.c',
225 'source/patched-ffmpeg-mt/libavcodec/wmaprodec.c', # TODO(fbarch ard): Review this file.
226 'source/patched-ffmpeg-mt/libavcodec/wmv2.c', 226 'source/patched-ffmpeg-mt/libavcodec/wmv2.c',
227 'source/patched-ffmpeg-mt/libavcodec/wmv2dec.c', 227 'source/patched-ffmpeg-mt/libavcodec/wmv2dec.c',
228 'source/patched-ffmpeg-mt/libavcodec/vc1_asftoannexg_bsf.c', # T ODO(fbarchard): Review this file. 228 'source/patched-ffmpeg-mt/libavcodec/vc1_asftoannexg_bsf.c', # T ODO(fbarchard): Review this file.
229 'source/patched-ffmpeg-mt/libavcodec/vc1_asftorcv_bsf.c', # TODO (fbarchard): Review this file. 229 'source/patched-ffmpeg-mt/libavcodec/vc1_asftorcv_bsf.c', # TODO (fbarchard): Review this file.
230 'source/patched-ffmpeg-mt/libavformat/asf.c', 230 'source/patched-ffmpeg-mt/libavformat/asf.c',
231 'source/patched-ffmpeg-mt/libavformat/asfcrypt.c', 231 'source/patched-ffmpeg-mt/libavformat/asfcrypt.c',
232 'source/patched-ffmpeg-mt/libavformat/asfdec.c', 232 'source/patched-ffmpeg-mt/libavformat/asfdec.c',
233 'source/patched-ffmpeg-mt/libavformat/avidec.c', 233 'source/patched-ffmpeg-mt/libavformat/avidec.c',
234 'source/patched-ffmpeg-mt/libavformat/avlanguage.c', # TODO(fbar chard): Review this file. 234 'source/patched-ffmpeg-mt/libavformat/avlanguage.c', # TODO(fbar chard): Review this file.
235 'source/patched-ffmpeg-mt/libavutil/des.c', 235 'source/patched-ffmpeg-mt/libavutil/des.c',
(...skipping 576 matching lines...)
812 ], 812 ],
813 }, 813 },
814 ], 814 ],
815 } 815 }
816 816
817 # Local Variables: 817 # Local Variables:
818 # tab-width:2 818 # tab-width:2
819 # indent-tabs-mode:nil 819 # indent-tabs-mode:nil
820 # End: 820 # End:
821 # vim: set expandtab tabstop=2 shiftwidth=2: 821 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | third_party/ffmpeg/source/config/Chrome/linux/arm-neon/config.h » ('j') | no next file with comments »

Powered by Google App Engine