diff options
author | V3n3RiX <venerix@gmail.com> | 2014-12-03 01:01:09 +0200 |
---|---|---|
committer | V3n3RiX <venerix@gmail.com> | 2014-12-03 01:01:09 +0200 |
commit | 8bbf9dce3d00385bea5693c344903b422de36b5a (patch) | |
tree | 5855de902dc212014afff2967f88ba743c9e17be /www-plugins/freshplayerplugin/files | |
parent | f71bb82d9f97c2d09b4e5df7b91bb0cc3147c955 (diff) |
PPAPI2NPAPI flash plugin wrapper, aka run chrome PPAPI flash on Firefox
Diffstat (limited to 'www-plugins/freshplayerplugin/files')
-rw-r--r-- | www-plugins/freshplayerplugin/files/find-chrome-binary-plugins-flash.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www-plugins/freshplayerplugin/files/find-chrome-binary-plugins-flash.patch b/www-plugins/freshplayerplugin/files/find-chrome-binary-plugins-flash.patch new file mode 100644 index 00000000..111fced9 --- /dev/null +++ b/www-plugins/freshplayerplugin/files/find-chrome-binary-plugins-flash.patch @@ -0,0 +1,12 @@ +diff -Nur a/data/freshwrapper.conf.example b/data/freshwrapper.conf.example +--- a/data/freshwrapper.conf.example 2014-10-20 00:46:18.000000000 +0300 ++++ b/data/freshwrapper.conf.example 2014-12-02 23:00:03.357103281 +0200 +@@ -19,7 +19,7 @@ + xinerama_screen = 0 + + # Path to the Pepper Flash plugin +-pepperflash_path = "/opt/google/chrome/PepperFlash/libpepflashplayer.so" ++pepperflash_path = "/usr/lib/chromium-browser/PepperFlash/libpepflashplayer.so" + + # "Command-line" arguments for Flash + flash_command_line = "enable_hw_video_decode=1,enable_stagevideo_auto=1" |