ср, 25 мар. 2026 г., 21:57 Phyllis Smith <[email protected]>:
In order to facilitate some early testing before making releases on March 31, checked into GIT, the ffmpeg's team version 8.1 with our 13 patches as checked by Andrew-R. I verified that bluray and dvd creation worked correctly (since I may be the only person who still uses it) and compiled ffmpeg 8.1 on regular laptop with older Fedora, Ubuntu 16, and Debian 9.1 32-bit; all of which had nasm updated to 2.15.05 version as required for ffmpeg 8.1.
On Ubuntu16 a problem with libaom v3.8.0, that I thought was fixed with patch 0011-libaom-3.8.0-ubuntu-16.04-fix.patch, is still an issue but OK as I have been making the Appimage there using libaom v3.4.0 anyway. Will test again to see what I might have done by mistake.
Please note that I switched libaom to nasm from default yasm assembler in my nasm integration patch -libaom.cfg_params?= -DENABLE_TESTS=no -DCMAKE_BUILD_TYPE=Release -DENABLE_DOCS=no -DENABLE_SHARED=no -DCMAKE_INSTALL_LIBDIR=lib \ +libaom.cfg_params?= -DENABLE_NASM=1 -DCMAKE_ASM_NASM_FLAGS=-I$(call bld_path,libaom)/ -DENABLE_TESTS=no -DCMAKE_BUILD_TYPE=Release -DENABLE_DOCS=no -DENABLE_SHARED=no -DCMAKE_INSTALL_LIBDIR=lib \ -DENABLE_EXAMPLES=no -DCMAKE_INSTALL_PREFIX=$(call bld_path,libaom)/usr/local libaom.mak_params?= ; $(MAKE) -C libaom*/aom.build install and tested it as such on ubuntu 16.04.
On Wed, Mar 18, 2026 at 10:32 PM Andrew Randrianasulu < [email protected]> wrote:
Seems to compile/start fine on i586 Slackware 15.0