| Index: chrome/installer/installer.gyp
|
| diff --git a/chrome/installer/installer.gyp b/chrome/installer/installer.gyp
|
| index 83bf3be89366692c6adc1a785e769292668a09dc..3a3a1db6d42dbeae97ff81ea0eb59f9156cf62a4 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',
|
| - ],
|
| }],
|
| ],
|
| },
|
|
|