Commit 5d96bbe5 authored by jam@chromium.org's avatar jam@chromium.org

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
parent 33a76b23
......@@ -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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment