mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00

This new version introduces patches against crashes and exploits. CMake is also fully supported and platforms are properly detected so architecture specific optimizations are used. To use it, USE_SOUND_NEW must be non-zero when configuring the project
10 lines
268 B
PkgConfig
10 lines
268 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
includedir=@PKGCONFIG_INCLUDEDIR@
|
|
libdir=@PKGCONFIG_LIBDIR@
|
|
|
|
Name: MAD
|
|
Description: MPEG audio decoder library
|
|
Version: @CMAKE_PROJECT_VERSION@
|
|
URL: https://codeberg.org/tenacityteam/libmad
|
|
Libs: -L${libdir} -lmad
|
|
Cflags: -I${includedir}
|