mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
add flac.pc file
This commit is contained in:
parent
68e5aceb89
commit
4ed62d9ef0
1 changed files with 12 additions and 0 deletions
12
deps/flac/lib/pkgconfig/flac.pc
vendored
Normal file
12
deps/flac/lib/pkgconfig/flac.pc
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
prefix=
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: FLAC
|
||||
Description: Free Lossless Audio Codec Library
|
||||
Version: 1.3.3
|
||||
Requires.private: ogg
|
||||
Libs: -L${libdir} -lFLAC -logg
|
||||
Libs.private: -lm
|
||||
Cflags: -I${includedir}
|
Loading…
Reference in a new issue