Skip to content

Revert "Drop ffmpeg-full for i686"

Jordan Petridis requested to merge altiera/ffmpeg-i686 into master

This reverts commit ba55c749.

ffmpeg: disable asm generation for i686

After the gcc 12.1+ update, the asm generation started entering an infinite loop, which caused as to drop the ffmpeg-full extension for i686. Reintroduce the extension, even with optimized asm disabled, as a first step until the issue is further investigated.

Changes redone, see commits.

See #1424 (closed)

Edited by Jordan Petridis

Merge request reports