mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 13:27:38 +02:00
Run ranlib on libvpx.a after install
libvpx strips it, which mangles the symbol index when LTO is enabled. ranlib fixes it again.
This commit is contained in:
@ -51,6 +51,9 @@ ffbuild_dockerbuild() {
|
||||
./configure "${myconf[@]}"
|
||||
make -j$(nproc)
|
||||
make install
|
||||
|
||||
# Work around strip breaking LTO symbol index
|
||||
"$RANLIB" "$FFBUILD_PREFIX"/lib/libvpx.a
|
||||
}
|
||||
|
||||
ffbuild_configure() {
|
||||
|
Reference in New Issue
Block a user