summaryrefslogtreecommitdiffstats
path: root/multimedia/kodi/README
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/kodi/README')
-rw-r--r--multimedia/kodi/README15
1 files changed, 8 insertions, 7 deletions
diff --git a/multimedia/kodi/README b/multimedia/kodi/README
index 2601c145c7..44352744a8 100644
--- a/multimedia/kodi/README
+++ b/multimedia/kodi/README
@@ -12,8 +12,10 @@ dav1d - AV1 codec support
libcec - CEC support
libmicrohttpd - Web interface support
libnfs - Browse NFS shares
+libudfread - Universal Disk Format (UDF) support
lirc - Remote support
shairplay - Airplay Support
+sndio - Alternative audio backend
waylandpp - Early wayland support
NOTE:
@@ -25,10 +27,9 @@ upgraded to at least python3-3.9.14 or later from the patches/
directory on your favorite mirror. 3.9.12 and earlier had issues.
FINAL NOTE:
-If you are running into issues with playing certain formats that should
-be supported due to optional dependencies (I had issues with AV1
-content even with dav1d installed until I rebuilt ffmpeg), you may need
-to rebuild Slackware's ffmpeg to add that support or use Kodi's
-internal version by passing FFMPEG=internal to the SlackBuild script
-(this will cause the kodi build system to require internet access so
-root can download ffmpeg).
+FFMPEG on 15.0 is too old to be used in kodi v21, so it is using an
+internal version of 6.0.1. If you have FFMPEG v6+ installed (probably
+mainly -current users), you can have kodi build against the system
+version by passing FFMPEG=external when building. System versions of
+FFMPEG may need to be recompiled to enable certain functionality like
+AV1 after installing dav1d.