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