Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(main/libmp3lame): provide libmp3lame.so.0 (#23101)
Audacity attempts to dlopen() libmp3lame.so.0 by default on all linux distros, not libmp3lame.so https://github.com/audacity/audacity/blob/d1f7b507a0d919dcd9d58588ac85ce6dbea527e5/au3/modules/import-export/mod-mp3/ExportMP3.cpp#L1485 This solution is based on the example seen in the pulseaudio package: https://github.com/termux/termux-packages/blob/aec99dd11b9b8e50bf6260348d82385e819558c5/packages/pulseaudio/build.sh#L64-L70 Fixes #23100
- Loading branch information