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

14 lines
319 B
PkgConfig
Raw Normal View History

2020-12-09 08:34:46 +00:00
prefix=
exec_prefix=${prefix}
2022-03-28 09:31:20 +00:00
libdir=${exec_prefix}/lib
2020-12-09 08:34:46 +00:00
includedir=${prefix}/include
Name: sndfile
Description: A library for reading and writing audio files
Requires:
2022-12-26 13:51:09 +00:00
Requires.private: flac ogg vorbis vorbisenc opus libmpg123
2023-08-14 06:46:21 +00:00
Version: 1.2.2
Libs: -L${libdir} -lsndfile
2022-12-26 13:51:09 +00:00
Libs.private: -lmp3lame
2020-12-09 08:34:46 +00:00
Cflags: -I${includedir}