From 5d96bbe5e4dca8d2282a29fa0c4911314733dee5 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Wed, 25 Jul 2012 17:13:23 +0000 Subject: 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 --- content/content_shell.gypi | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'content/content_shell.gypi') 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', -- cgit v1.1