Skip to content

Fix building checkasm on i386 when building with PIE

Brad Smith requested to merge brad/x264:checkasm_i386 into master

Make sure the i386 assembly code calls libc functions through the PLT such that it can be used to build with PIE.

We ran into this originally with x265 on OpenBSD but I am syncing this back upstream.

Merge request reports