mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-29 23:22:35 +00:00
17 lines
344 B
PkgConfig
17 lines
344 B
PkgConfig
|
# 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
|