mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-25 05:11:49 +00:00
add sndfile.pc file
This commit is contained in:
parent
d7baaa7675
commit
a506a235e7
1 changed files with 12 additions and 0 deletions
12
deps/sndfile/lib/pkgconfig/sndfile.pc
vendored
Normal file
12
deps/sndfile/lib/pkgconfig/sndfile.pc
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
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}
|
Loading…
Reference in a new issue