mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
b1a19281dc
Pi 2/3 cannot use 'leia_pi4' fork for HW decoding on certain video formats such as HEVC it seems. Restore a kodi package based on 'newclock5' fork which does x264 HW decoding via mmal. When v19 gets released, this package will stay frozen at v18 since upstream support for it has been declared nonexistent.
10 lines
366 B
Text
10 lines
366 B
Text
post_install() {
|
|
echo "****************************************************************"
|
|
echo "Recommended GPU memory for 1080p x265 content is at least 320 MB"
|
|
echo "Add the following to /boot/config.txt: gpu_mem=320"
|
|
echo "****************************************************************"
|
|
}
|
|
|
|
post_remove() {
|
|
echo "==> Optionally remove /var/lib/kodi/"
|
|
}
|