1
Programming / Re: Qt6 Application Testing
« on: Today at 10:25:10 am »I'll double check the flags which are set in the gn build file for ffmpeg this evening.
OK, so I forgot I built ffmpeg separately as DLLs.
I configured with:
dash ./configure --arch=pentium4 --disable-avx2 --disable-avx512 --enable-bzlib --disable-crystalhd --enable-fontconfig --enable-gnutls --enable-libfreetype --enable-libmp3lame --enable-libopenjpeg --enable-libopus --disable-decoder=opus --disable-encoder=opus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libxvid --enable-avfilter --enable-postproc --disable-static --enable-shared --enable-gpl --disable-debug --disable-stripping --cpu=pentium4 --enable-runtime-cpudetect
adding --disable-avx to this now, and will rebuild with GCC 14.