summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorfbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-17 01:15:02 +0000
committerfbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-17 01:15:02 +0000
commit669fa97eb245c29382fad5383aaf8a3baeb97538 (patch)
tree62fbdd24319a200f76857ee5844ae5ef4fd8347c /third_party
parentba1a7887e902ab314b6ada23d87e69e334478583 (diff)
downloadchromium_src-669fa97eb245c29382fad5383aaf8a3baeb97538.zip
chromium_src-669fa97eb245c29382fad5383aaf8a3baeb97538.tar.gz
chromium_src-669fa97eb245c29382fad5383aaf8a3baeb97538.tar.bz2
ffmpeg additional source files for chromeos arm
BUG=32756 TEST=build with ffmpeg_branding=ChromeOS Review URL: http://codereview.chromium.org/614007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39176 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rwxr-xr-xthird_party/ffmpeg/ffmpeg.gyp8
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/ffmpeg/ffmpeg.gyp b/third_party/ffmpeg/ffmpeg.gyp
index 9006245..c83fced 100755
--- a/third_party/ffmpeg/ffmpeg.gyp
+++ b/third_party/ffmpeg/ffmpeg.gyp
@@ -185,15 +185,22 @@
['ffmpeg_branding=="ChromeOS"', {
'sources': [
'source/patched-ffmpeg-mt/libavcodec/h263.c',
+ 'source/patched-ffmpeg-mt/libavcodec/h263_parser.c', # TODO(fbarchard): Review this file.
'source/patched-ffmpeg-mt/libavcodec/h263dec.c',
'source/patched-ffmpeg-mt/libavcodec/intrax8.c',
'source/patched-ffmpeg-mt/libavcodec/intrax8dsp.c',
+ 'source/patched-ffmpeg-mt/libavcodec/ituh263dec.c', # TODO(fbarchard): Review this file.
+ 'source/patched-ffmpeg-mt/libavcodec/mpeg4data.h', # TODO(fbarchard): Review this file.
+ 'source/patched-ffmpeg-mt/libavcodec/mpeg4video.c', # TODO(fbarchard): Review this file.
+ 'source/patched-ffmpeg-mt/libavcodec/mpeg4video.h', # TODO(fbarchard): Review this file.
'source/patched-ffmpeg-mt/libavcodec/mpeg4video_parser.c',
+ 'source/patched-ffmpeg-mt/libavcodec/mpeg4videodec.c', # TODO(fbarchard): Review this file.
'source/patched-ffmpeg-mt/libavcodec/msmpeg4.c',
'source/patched-ffmpeg-mt/libavcodec/msmpeg4data.c',
'source/patched-ffmpeg-mt/libavcodec/pcm.c',
'source/patched-ffmpeg-mt/libavcodec/vc1.c',
'source/patched-ffmpeg-mt/libavcodec/vc1data.c',
+ 'source/patched-ffmpeg-mt/libavcodec/vc1dec.c', # TODO(fbarchard): Review this file.
'source/patched-ffmpeg-mt/libavcodec/vc1dsp.c',
'source/patched-ffmpeg-mt/libavcodec/wma.c',
'source/patched-ffmpeg-mt/libavcodec/wmadec.c',
@@ -203,6 +210,7 @@
'source/patched-ffmpeg-mt/libavformat/asfcrypt.c',
'source/patched-ffmpeg-mt/libavformat/asfdec.c',
'source/patched-ffmpeg-mt/libavformat/avidec.c',
+ 'source/patched-ffmpeg-mt/libavformat/avlanguage.c', # TODO(fbarchard): Review this file.
'source/patched-ffmpeg-mt/libavformat/raw.c',
'source/patched-ffmpeg-mt/libavformat/wav.c',
'source/patched-ffmpeg-mt/libavutil/des.c',