It's probably not a bug, but still a weird thing: XnViewMP-win-x64-beta2-Qt6.zip contains libraries dav1d.dll and libdav1d.dll, which are in fact bit-to-bit identical. In other words, it's the same file with two different names. Why ?
Also maybe it would makes sense not to put redistributable dll package into installers and put them separately only for users who needs it ? In many cases those DLLs are already in the system (msvc* libs, vc* libs, api-ms-win* libs etc.).
Content of distribution package
Moderator: xnview
-
xnview
- Author of XnView
- Posts: 48509
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Content of distribution package
yes, mdk needs dav1d and not libdav1dBenchmark wrote: Tue Sep 01, 2026 9:17 am It's probably not a bug, but still a weird thing: XnViewMP-win-x64-beta2-Qt6.zip contains libraries dav1d.dll and libdav1d.dll, which are in fact bit-to-bit identical. In other words, it's the same file with two different names. Why ?
Also maybe it would makes sense not to put redistributable dll package into installers and put them separately only for users who needs it ? In many cases those DLLs are already in the system (msvc* libs, vc* libs, api-ms-win* libs etc.).
and i provide them to avoid conflicts between dll versions
-
user0
- XnThusiast
- Posts: 3092
- Joined: Sat May 09, 2015 9:37 am
Re: Content of distribution package
+1Benchmark wrote: Tue Sep 01, 2026 9:17 am Also maybe it would makes sense not to put redistributable dll package into installers and put them separately only for users who needs it ? In many cases those DLLs are already in the system (msvc* libs, vc* libs, api-ms-win* libs etc.).
and vc_redist.x64.exe also should not be in the package