diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-25 17:13:23 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-25 17:13:23 +0000 |
commit | 5d96bbe5e4dca8d2282a29fa0c4911314733dee5 (patch) | |
tree | 6fab32be93ff1aae7385608e6b144fe3d0d0191f /content/content_shell.gypi | |
parent | 33a76b2379fc3e513d1d1a154c039def8fbd0190 (diff) | |
download | chromium_src-5d96bbe5e4dca8d2282a29fa0c4911314733dee5.zip chromium_src-5d96bbe5e4dca8d2282a29fa0c4911314733dee5.tar.gz chromium_src-5d96bbe5e4dca8d2282a29fa0c4911314733dee5.tar.bz2 |
Get audio/video tag working in content_shell by copying the ffmpeg binary to the framework.
BUG=90448
Review URL: https://chromiumcodereview.appspot.com/10821013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148348 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r-- | content/content_shell.gypi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi index 20b0c98..1db7aa1 100644 --- a/content/content_shell.gypi +++ b/content/content_shell.gypi @@ -417,6 +417,15 @@ 'shell/shell_content_main.cc', 'shell/shell_content_main.h', ], + 'copies': [ + { + # Copy FFmpeg binaries for audio/video support. + 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Libraries', + 'files': [ + '<(PRODUCT_DIR)/ffmpegsumo.so', + ], + }, + ], }, # target content_shell_framework { 'target_name': 'content_shell_helper_app', |