https://bugs.kde.org/show_bug.cgi?id=473603

Dmitry Kazakov <dimul...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
                   |hics/krita/-/commit/dce6816 |hics/krita/-/commit/4cc1ab5
                   |72a5ae22d4be4ee19eb8e964e0f |a659cb6b1f5229a44b5c9289077
                   |e743a1                      |9d09e1

--- Comment #14 from Dmitry Kazakov <dimul...@gmail.com> ---
Git commit 4cc1ab5a659cb6b1f5229a44b5c92890779d09e1 by Dmitry Kazakov.
Committed on 21/09/2023 at 12:33.
Pushed by dkazakov into branch 'krita/5.2'.

Fix external ffmpeg not working on Linux due to clash in LD_LIBRARY_PATH

We embed a dynamically linked ffmpeg into our appimage and add that
into the environment with a LD_LIBRARY_PATH variable. If the user
tries to use a system-provided dynamically-linked ffmped, then there
will be a clash and ffmpeg will crash.

Hence we should detect if a non-embedded ffmpeg is running and remove
the variable from its environment.

M  +47   -1    libs/ui/animation/KisFFMpegWrapper.cpp
M  +2    -0    libs/ui/animation/KisFFMpegWrapper.h

https://invent.kde.org/graphics/krita/-/commit/4cc1ab5a659cb6b1f5229a44b5c92890779d09e1

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to