openmohaa/code/libmad/packaging/mad.pc.in
smallmodel eac8580f64
Add libmad 0.16.4
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
2024-07-11 23:04:04 +02:00

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}