Skip to content

Lame Additional Information

Patrick Heyer edited this page Feb 23, 2022 · 1 revision

The following is a list of changes/patches applied to lame as part of obs-deps.

0001-remove-outdated-symbol

The source tree still contains a symbol definition file with an already-removed symbol, which will lead to a build process failure. The patch simply removes the outdated symbol.

0002-enable-ldflags-support-for-shared-libs

Adds -static-libgcc to the compile and linker flags to ensure shared libraries are not linked against MINGW32-w64 DLLs (Windows only).