diff options
author | fbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-01 23:14:41 +0000 |
---|---|---|
committer | fbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-01 23:14:41 +0000 |
commit | e0bbda960098c1d3c85d8293872a4b7171f7a91c (patch) | |
tree | 32d75772809db5b3abdc071a29dd248b314b9dc9 /third_party | |
parent | 64cd4f51fd26b2afb8e1920a61c0ed92fe450e04 (diff) | |
download | chromium_src-e0bbda960098c1d3c85d8293872a4b7171f7a91c.zip chromium_src-e0bbda960098c1d3c85d8293872a4b7171f7a91c.tar.gz chromium_src-e0bbda960098c1d3c85d8293872a4b7171f7a91c.tar.bz2 |
ffmpeg roll to source that allows flac to be removed and remove flac from ffmpeg.gyp
BUG=35850
TEST=ffmpeg should still build
Review URL: http://codereview.chromium.org/661314
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40315 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rwxr-xr-x | third_party/ffmpeg/ffmpeg.gyp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/ffmpeg/ffmpeg.gyp b/third_party/ffmpeg/ffmpeg.gyp index b70ae7b..2cb1655 100755 --- a/third_party/ffmpeg/ffmpeg.gyp +++ b/third_party/ffmpeg/ffmpeg.gyp @@ -91,9 +91,6 @@ 'source/patched-ffmpeg-mt/libavcodec/eval.c', 'source/patched-ffmpeg-mt/libavcodec/faanidct.c', 'source/patched-ffmpeg-mt/libavcodec/fft.c', - 'source/patched-ffmpeg-mt/libavcodec/flac.c', # TODO(fbarchard): Review for stripping. - 'source/patched-ffmpeg-mt/libavcodec/flacdata.c', # TODO(fbarchard): Review for stripping. - 'source/patched-ffmpeg-mt/libavcodec/flacdec.c', # TODO(fbarchard): Review for stripping. 'source/patched-ffmpeg-mt/libavcodec/golomb.c', # TODO(fbarchard): Move to Chrome 'source/patched-ffmpeg-mt/libavcodec/imgconvert.c', 'source/patched-ffmpeg-mt/libavcodec/jrevdct.c', @@ -121,7 +118,6 @@ '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/oggparseflac.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', |