From 8a8ae0abc76315d9c4b29379040f24643ad66ebd Mon Sep 17 00:00:00 2001 From: Andras Becsi Date: Wed, 22 Jan 2014 16:18:37 +0100 Subject: Fix html5 video Deploy the built ffmpegsumo library and make chromium find it by overriding the content::DIR_MEDIA_LIBS path with the deploy location. We deploy the plugin to $$[QT_INSTALL_PLUGINS]/qtwebengine. Change-Id: I0aeb37fccd2af62b23f8e6405041655e1f66b7aa Reviewed-by: Zeno Albisser --- src/core/web_engine_library_info.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/web_engine_library_info.h') diff --git a/src/core/web_engine_library_info.h b/src/core/web_engine_library_info.h index 0ad88b90d..a2b3fab31 100644 --- a/src/core/web_engine_library_info.h +++ b/src/core/web_engine_library_info.h @@ -47,6 +47,7 @@ class WebEngineLibraryInfo { public: static base::FilePath subProcessPath(); + static base::FilePath pluginsPath(); static base::FilePath localesPath(); static base::FilePath repackedResourcesPath(); }; -- cgit v1.2.3