diff options
author | fbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-01 23:42:14 +0000 |
---|---|---|
committer | fbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-01 23:42:14 +0000 |
commit | 46fbe185add3ca3e44205804251f410e4944b2f6 (patch) | |
tree | 31366d6a3beaad59d5350cfcbdaca9339c68e478 /third_party/ffmpeg | |
parent | a76fe1ac83d150be2b2705519eb770b0f49dd35d (diff) | |
download | chromium_src-46fbe185add3ca3e44205804251f410e4944b2f6.zip chromium_src-46fbe185add3ca3e44205804251f410e4944b2f6.tar.gz chromium_src-46fbe185add3ca3e44205804251f410e4944b2f6.tar.bz2 |
roll to ffmpeg that respects dirac and remove from ffmpeg.gyp
BUG=35850
TEST=ffmpeg should still build and be smaller.
Review URL: http://codereview.chromium.org/660333
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40320 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/ffmpeg')
-rwxr-xr-x | third_party/ffmpeg/ffmpeg.gyp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/ffmpeg/ffmpeg.gyp b/third_party/ffmpeg/ffmpeg.gyp index 2cb1655..1886d63 100755 --- a/third_party/ffmpeg/ffmpeg.gyp +++ b/third_party/ffmpeg/ffmpeg.gyp @@ -86,7 +86,6 @@ 'source/patched-ffmpeg-mt/libavcodec/avpacket.c', 'source/patched-ffmpeg-mt/libavcodec/bitstream.c', 'source/patched-ffmpeg-mt/libavcodec/bitstream_filter.c', - 'source/patched-ffmpeg-mt/libavcodec/dirac.c', # TODO(fbarchard): Review for stripping. 'source/patched-ffmpeg-mt/libavcodec/dsputil.c', 'source/patched-ffmpeg-mt/libavcodec/eval.c', 'source/patched-ffmpeg-mt/libavcodec/faanidct.c', @@ -117,9 +116,7 @@ 'source/patched-ffmpeg-mt/libavformat/metadata.c', 'source/patched-ffmpeg-mt/libavformat/metadata_compat.c', 'source/patched-ffmpeg-mt/libavformat/oggdec.c', - 'source/patched-ffmpeg-mt/libavformat/oggparsedirac.c', # TODO(fbarchard): Review this file. 'source/patched-ffmpeg-mt/libavformat/oggparseogm.c', - 'source/patched-ffmpeg-mt/libavformat/oggparsespeex.c', # TODO(fbarchard): Review this file. 'source/patched-ffmpeg-mt/libavformat/oggparsetheora.c', 'source/patched-ffmpeg-mt/libavformat/oggparsevorbis.c', 'source/patched-ffmpeg-mt/libavformat/options.c', |