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