mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
11 lines
268 B
PkgConfig
11 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}
|