mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-17 17:11:29 +00:00
add opus.pc file
This commit is contained in:
parent
4ed62d9ef0
commit
4eed3e3272
1 changed files with 16 additions and 0 deletions
16
deps/opus/lib/pkgconfig/opus.pc
vendored
Normal file
16
deps/opus/lib/pkgconfig/opus.pc
vendored
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Opus codec reference implementation pkg-config file
|
||||||
|
|
||||||
|
prefix=
|
||||||
|
exec_prefix=${prefix}
|
||||||
|
libdir=${exec_prefix}/lib
|
||||||
|
includedir=${prefix}/include
|
||||||
|
|
||||||
|
Name: Opus
|
||||||
|
Description: Opus IETF audio codec (floating-point build)
|
||||||
|
URL: https://opus-codec.org/
|
||||||
|
Version: 1.3.1
|
||||||
|
Requires:
|
||||||
|
Conflicts:
|
||||||
|
Libs: -L${libdir} -lopus
|
||||||
|
Libs.private:
|
||||||
|
Cflags: -I${includedir}/opus
|
Loading…
Reference in a new issue