zdoom-macos-deps/deps/sndfile/lib/pkgconfig/sndfile.pc
2020-12-09 10:34:46 +02:00

12 lines
322 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.30
Libs: -L${libdir} -lsndfile -lopus -lFLAC -lvorbisenc -lvorbis -logg
Cflags: -I${includedir}