mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-24 04:41:37 +00:00
14 lines
394 B
PkgConfig
14 lines
394 B
PkgConfig
# libvorbisfile pkg-config source file
|
|
|
|
prefix=
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: vorbisfile
|
|
Description: vorbisfile is a library that provides a convenient high-level API for decoding and basic manipulation of all Vorbis I audio streams
|
|
Version: 1.3.7
|
|
Requires.private: vorbis
|
|
Conflicts:
|
|
Libs: -L${libdir} -lvorbisfile
|
|
Cflags: -I${includedir}
|