aom requires a bigger thread stack size for musl
Hi! I was updating the aom
(libaom
there) package for Void Linux, and came across some segfaults that didn't appear during tests, but did appear once I tried encoding a video into AV1 using ffmpeg
. When you look into updating to v2.0.0
of aom
, it might be necessary to add something like LDFLAGS="-Wl,-z,stack-size=2097152"
to the build, which seems to be big enough. I am also tracking it with upstream here.
Just a heads up, have a good day c: