zdoom-macos-deps/deps/sndfile/lib/pkgconfig/sndfile.pc

13 lines
281 B
PkgConfig
Raw Normal View History

2020-12-09 08:34:46 +00:00
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
2021-01-25 09:31:19 +00:00
Version: 1.0.31
Libs: -L${libdir} -lsndfile
2020-12-09 08:34:46 +00:00
Cflags: -I${includedir}