mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 03:51:33 +00:00
13 lines
319 B
PkgConfig
13 lines
319 B
PkgConfig
prefix=
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: sndfile
|
|
Description: A library for reading and writing audio files
|
|
Requires:
|
|
Requires.private: flac ogg vorbis vorbisenc opus libmpg123
|
|
Version: 1.2.2
|
|
Libs: -L${libdir} -lsndfile
|
|
Libs.private: -lmp3lame
|
|
Cflags: -I${includedir}
|