summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorfbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-03 19:22:56 +0000
committerfbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-03 19:22:56 +0000
commitea2cad155442906261ce832585a36630c6f10d98 (patch)
treedfdd5f6de44bf49ae10dcfc7bca2c6201089b43f /third_party
parent0c6f592772d378aaef217fad2d22edc3f69699bc (diff)
downloadchromium_src-ea2cad155442906261ce832585a36630c6f10d98.zip
chromium_src-ea2cad155442906261ce832585a36630c6f10d98.tar.gz
chromium_src-ea2cad155442906261ce832585a36630c6f10d98.tar.bz2
ffmpeg build vc1 bsfs for chromeos
BUG=37309 TEST=build ffmpeg for ChromeOS on arm. Review URL: http://codereview.chromium.org/665002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40528 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rwxr-xr-xthird_party/ffmpeg/ffmpeg.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/ffmpeg/ffmpeg.gyp b/third_party/ffmpeg/ffmpeg.gyp
index b093a75..c813da41 100755
--- a/third_party/ffmpeg/ffmpeg.gyp
+++ b/third_party/ffmpeg/ffmpeg.gyp
@@ -202,6 +202,7 @@
'source/patched-ffmpeg-mt/libavcodec/ituh263dec.c', # TODO(fbarchard): Review this file.
'source/patched-ffmpeg-mt/libavcodec/ituh263enc.c', # TODO(fbarchard): For mpeg4 bsf. Review this file.
'source/patched-ffmpeg-mt/libavcodec/jfdctint.c', # TODO(fbarchard): For mpeg4 bsf. Review this file.
+ 'source/patched-ffmpeg-mt/libavcodec/jfdctfst.c', # TODO(fbarchard): For mpeg4 bsf. Review this file.
'source/patched-ffmpeg-mt/libavcodec/motion_est.c', # TODO(fbarchard): For mpeg4 bsf. 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.
@@ -223,6 +224,8 @@
'source/patched-ffmpeg-mt/libavcodec/wmadec.c',
'source/patched-ffmpeg-mt/libavcodec/wmv2.c',
'source/patched-ffmpeg-mt/libavcodec/wmv2dec.c',
+ 'source/patched-ffmpeg-mt/libavcodec/vc1_asftoannexg_bsf.c', # TODO(fbarchard): Review this file.
+ 'source/patched-ffmpeg-mt/libavcodec/vc1_asftorcv_bsf.c', # TODO(fbarchard): Review this file.
'source/patched-ffmpeg-mt/libavformat/asf.c',
'source/patched-ffmpeg-mt/libavformat/asfcrypt.c',
'source/patched-ffmpeg-mt/libavformat/asfdec.c',