diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-18 22:10:27 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-18 22:10:27 +0000 |
commit | e0d0014eb45448bf6bc59d905707d242f7517ba6 (patch) | |
tree | 1030df65cda3e16b32a2aa1efcf688f95d89e3e6 /chrome/installer | |
parent | d8aea60122ca0a50a63de1bc3ab9673086c0e59d (diff) | |
download | chromium_src-e0d0014eb45448bf6bc59d905707d242f7517ba6.zip chromium_src-e0d0014eb45448bf6bc59d905707d242f7517ba6.tar.gz chromium_src-e0d0014eb45448bf6bc59d905707d242f7517ba6.tar.bz2 |
Update ffmpeg binaries directories to support variants based off the target architecture.
BUG=20948
TEST=none
Review URL: http://codereview.chromium.org/215016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26630 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer')
-rw-r--r-- | chrome/installer/installer.gyp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/installer/installer.gyp b/chrome/installer/installer.gyp index 83bf3be..3a3a1db 100644 --- a/chrome/installer/installer.gyp +++ b/chrome/installer/installer.gyp @@ -506,14 +506,6 @@ ['target_arch=="x64"', { 'deb_arch': 'amd64', 'rpm_arch': 'x86_64', - # TODO(mmoss) The ffmpeg libs are currently 32-bit only. Once - # we have 64-bit, this will need to copy the correct versions - # to the build output. - 'input_files!': [ - '<(PRODUCT_DIR)/libavcodec.so.52', - '<(PRODUCT_DIR)/libavformat.so.52', - '<(PRODUCT_DIR)/libavutil.so.50', - ], }], ], }, |