We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c6b13a commit 0074087Copy full SHA for 0074087
FIXES.md
@@ -2,4 +2,4 @@
2
* build fixes (OpenGL, SDP/HTTP, SVT VP9)
3
* broken JPEG from libavcodec if threads disabled (threads=no)
4
* AppImage: bundle i965-va-driver-shaders instead of i965-va-driver
5
-* fixed AppImage GUI crash on Ubuntu 21.10
+* fixed AppImage GUI crash on Ubuntu 21.10 + compat with Rocky Linux 8.5
data/scripts/Linux-AppImage/excludelist.local
@@ -1,2 +1,5 @@
1
# Causes crash on U21.10 (see https://github.com/CESNET/UltraGrid/releases/download/v1.7/UltraGrid-1.7-x86_64.AppImage)
libgdk-3.so.0
+# Rocky Linux 9
+libgnutls.so.30
+libgdk_pixbuf-2.0.so.0
0 commit comments