How to create AOM codec in gcc 12.2 and newer under Windows 64bit?

Viewed 46

I want to produce codec without SIMD and assembler. I'm using basic functions -std=gnu++11 -ftree-vectorize -g0 -O3 -DWINVER=0x0602 -D_WIN32_WINNT=0x0602 -DWIN32_LEAN_AND_MEAN=/"/" -DNOMINMAX.

The problem is that when I create AOM codecs in GCC 11.3.X they work. On newer compilers GCC 12.2 and gcc13.0 no longer work. What have new features been added to these compilers?

Strange thing. Other libraries have no problem: libjpeg-turbo, libpng, libtiff, dav1d, libgav1, avif, svt-av1, openhtj2k, openjph, openjpeg2000, ...

0 Answers
Related