diff options
author | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-14 00:02:36 +0000 |
---|---|---|
committer | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-14 00:02:36 +0000 |
commit | 4c7bd79185d3b8375f401c4e158107f661ccfdfd (patch) | |
tree | ad7a16b1676936858c0916ebc5ad13d23adb51bd | |
parent | 57366dfa28d4548bfa0f89fbfa6f61c959f50a28 (diff) | |
download | chromium_src-4c7bd79185d3b8375f401c4e158107f661ccfdfd.zip chromium_src-4c7bd79185d3b8375f401c4e158107f661ccfdfd.tar.gz chromium_src-4c7bd79185d3b8375f401c4e158107f661ccfdfd.tar.bz2 |
Adding Ogg/Theora/Vorbis-only FFmpeg binaries to Chromium nightly builds.
BUG=16657
TEST=nightly builds of Chromium should include avutil-50.dll, avformat-52.dll, avcodec-52.dll and pthreadGC2.dll
Review URL: http://codereview.chromium.org/149571
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20583 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/tools/build/linux/FILES | 3 | ||||
-rw-r--r-- | chrome/tools/build/linux/FILES.official | 3 | ||||
-rw-r--r-- | chrome/tools/build/win/FILES | 12 |
3 files changed, 14 insertions, 4 deletions
diff --git a/chrome/tools/build/linux/FILES b/chrome/tools/build/linux/FILES index 6a670d4..f93033e 100644 --- a/chrome/tools/build/linux/FILES +++ b/chrome/tools/build/linux/FILES @@ -1,5 +1,8 @@ chrome chrome.pak +libavcodec.so.52 +libavformat.so.52 +libavutil.so.50 locales/en-US.pak locales/da.pak locales/he.pak diff --git a/chrome/tools/build/linux/FILES.official b/chrome/tools/build/linux/FILES.official index 164bfe0..d067b31 100644 --- a/chrome/tools/build/linux/FILES.official +++ b/chrome/tools/build/linux/FILES.official @@ -1,5 +1,8 @@ chrome chrome.pak +libavcodec.so.52 +libavformat.so.52 +libavutil.so.50 locales/en-US.pak locales/da.pak locales/he.pak diff --git a/chrome/tools/build/win/FILES b/chrome/tools/build/win/FILES index 76cea4c..f36be25 100644 --- a/chrome/tools/build/win/FILES +++ b/chrome/tools/build/win/FILES @@ -1,13 +1,12 @@ +avcodec-52.dll +avformat-52.dll +avutil-50.dll chrome.exe chrome.dll crash_service.exe First Run gears.dll icudt38.dll -themes/default.dll -resources -rlz.dll -wow_helper.exe locales/ar.dll locales/bg.dll locales/bn.dll @@ -58,3 +57,8 @@ locales/uk.dll locales/vi.dll locales/zh-CN.dll locales/zh-TW.dll +pthreadGC2.dll +themes/default.dll +resources +rlz.dll +wow_helper.exe |