https://bugs.kde.org/show_bug.cgi?id=418030
Rinigus <rinigus....@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOT A BUG Status|REPORTED |RESOLVED --- Comment #1 from Rinigus <rinigus....@gmail.com> --- The issue is resolved on the application level. We have to include ffmpeg-full extension by adding ``` "add-extensions": { "org.freedesktop.Platform.ffmpeg-full": { "directory": "lib/ffmpeg", "add-ld-path": ".", "version": "19.08" } }, "cleanup-commands": [ "mkdir -p ${FLATPAK_DEST}/lib/ffmpeg" ], ``` to our Flatpak build files (adjust accordingly). When added, Angelfish was able to play the videos reported in the original issue. -- You are receiving this mail because: You are watching all bug changes.