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

--- Comment #126 from caulier.gil...@gmail.com ---
About the AVIF Qt plugin, dumpbin report these dependencies :

Dump of file kimg_avif.dll

File Type: DLL

  Image has the following dependencies:

    Qt6Gui.dll
    avif.dll
    Qt6Core.dll
    MSVCP140.dll
    VCRUNTIME140_1.dll
    VCRUNTIME140.dll
    api-ms-win-crt-heap-l1-1-0.dll
    api-ms-win-crt-runtime-l1-1-0.dll
    KERNEL32.dll

avif.dll is the main entry here. The rest is Qt6 and M$ dll which are all
here...

if it miss a dependency we needs to take a look in avif.dll:

Dump of file avif.dll

File Type: DLL

  Image has the following dependencies:

    KERNEL32.dll
    VCRUNTIME140.dll
    api-ms-win-crt-stdio-l1-1-0.dll
    api-ms-win-crt-heap-l1-1-0.dll
    api-ms-win-crt-runtime-l1-1-0.dll
    api-ms-win-crt-string-l1-1-0.dll
    api-ms-win-crt-math-l1-1-0.dll
    api-ms-win-crt-time-l1-1-0.dll

So no more dependency, excepted perhaps at run time, where code specifically
load a 3rd-party dll.

Gilles

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

Reply via email to