mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-26 13:50:50 +00:00
13 lines
254 B
PkgConfig
13 lines
254 B
PkgConfig
|
prefix=
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: FLAC
|
||
|
Description: Free Lossless Audio Codec Library
|
||
|
Version: 1.3.3
|
||
|
Requires.private: ogg
|
||
|
Libs: -L${libdir} -lFLAC -logg
|
||
|
Libs.private: -lm
|
||
|
Cflags: -I${includedir}
|