pepperflash

This commit is contained in:
Vedat Demir
2015-08-23 02:41:09 +03:00
parent 7d412b4934
commit fd9492ca9b
4 changed files with 67 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# Make sure that Chromium finds the plugin:
flash_library="/usr/lib/chromium-browser/PepperFlash/libpepflashplayer.so"
flash_version=$(grep '"version":' /usr/lib/chromium-browser/PepperFlash/manifest.json | cut -d\" -f4)
if [ -f $flash_library ]; then
CHROMIUM_FLAGS="$CHROMIUM_FLAGS --ppapi-flash-path=$flash_library --ppapi-flash-version=$flash_version"
fi