mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-16 08:31:30 +00:00
add opusfile.pc file
This commit is contained in:
parent
2d10cd23e9
commit
b803b9fe0f
1 changed files with 15 additions and 0 deletions
15
deps/opusfile/lib/pkgconfig/opusfile.pc
vendored
Normal file
15
deps/opusfile/lib/pkgconfig/opusfile.pc
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
# opusfile installed pkg-config file
|
||||
|
||||
prefix=
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: opusfile
|
||||
Description: High-level Opus decoding library
|
||||
Version: 0.12
|
||||
Requires.private: ogg >= 1.3 opus >= 1.0.1
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -lopusfile -lopus -logg
|
||||
Libs.private:
|
||||
Cflags: -I${includedir}/opus
|
Loading…
Reference in a new issue