summaryrefslogtreecommitdiff
path: root/www-plugins/freshplayerplugin/files
diff options
context:
space:
mode:
authorStefan Cristian B. <steven.darklight@gmail.com>2014-12-03 01:24:03 +0200
committerStefan Cristian B. <steven.darklight@gmail.com>2014-12-03 01:24:03 +0200
commit6bcb94a835c0532067f59725f727fb7a5c73746b (patch)
tree20c2220c42945036087f87c334057e240e99027a /www-plugins/freshplayerplugin/files
parentcf7fb7814fcf274a3f49436ab2875709bd15d9c2 (diff)
parent202f5de2cfb8744a7fc89191605d42869cdbe56f (diff)
Merge pull request #12 from V3n3RiX/master
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.patch12
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"