31
Programming / Re: Qt6 Application Testing
« on: March 17, 2023, 01:55:12 am »
OK - after getting home from getting the car services, I reviewed 3x TRP files from this morning.
These were all showing traps in:
It seems the configure process decided to use the - built-in libvpx rather than the system one I build a while back.
Re-linking qt6webee.dll now....
These were all showing traps in:
Code: [Select]
Trap -> 13ACD179 QT6WEBEE 0001:0755D179 _vp8_dequant_idct_add_mmx + 1EC6F2D 0001:0569624C (../../../../../src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/common/x86/dequantize_mmx.asm)
It seems the configure process decided to use the - built-in libvpx rather than the system one I build a while back.
Re-linking qt6webee.dll now....