mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 12:01:27 +00:00
15 lines
326 B
PkgConfig
15 lines
326 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
|
|
Libs.private:
|
|
Cflags: -I${includedir}/opus
|