mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
raspi widevine support
This commit is contained in:
parent
2d56f30834
commit
f2c295f3b6
6 changed files with 2 additions and 0 deletions
|
@ -234,6 +234,8 @@ stage_install_common() {
|
|||
find "${STAGEDIR}/${INSTALLDIR}/WidevineCdm" -type f -exec chmod 644 '{}' \;
|
||||
find "${STAGEDIR}/${INSTALLDIR}/WidevineCdm" -name libwidevinecdm.so \
|
||||
-exec chmod ${SHLIB_PERMS} '{}' \;
|
||||
find "${STAGEDIR}/${INSTALLDIR}/WidevineCdm" -name libwidevinecdm_real.so \
|
||||
-exec chmod ${SHLIB_PERMS} '{}' \;
|
||||
fi
|
||||
|
||||
# ClearKey CDM.
|
||||
|
|
Loading…
Reference in a new issue