From c9e45da0dec9692d8f59cef2e8c5cdac28baf51b Mon Sep 17 00:00:00 2001 From: "agl@chromium.org" Date: Wed, 5 Aug 2009 17:35:08 +0000 Subject: Linux: preload ffmpeg in the zygote. When using the sandbox, the renderer cannot load the ffmpeg shared objects from disk. So we load them in the zygote before the sandbox is started. (Note that this doesn't get media working, but it's a start.) BUG=18329 http://codereview.chromium.org/159841 (Note: relanding. Original landing in r22392, reverted in r22405 due to check-deps failure.) git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22492 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/DEPS | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/browser/DEPS') diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS index a4b5411..1137607 100644 --- a/chrome/browser/DEPS +++ b/chrome/browser/DEPS @@ -16,6 +16,7 @@ include_rules = [ "+chrome/third_party/hunspell", "+libxml", # For search engine definition parsing. "+media/audio", # Chrome's lightweight audio library. + "+media/base", "+third_party/sqlite", "+third_party/libevent", # For the remote V8 debugging server "+third_party/cld", -- cgit v1.1