Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | libvorbis: fix soname of shared libraries | Robert Högberg | 2023-05-13 |
When building with cmake we don't get libvorbis*.so.N which means that some applications may fail to dynamically load libvorbis libraries. This seems to be a problem specific to cmake (autotools builds work). Signed-off-by: Robert Högberg <robert.hogberg@gmail.com> |