mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-28 06:32:11 +00:00
15 lines
409 B
PkgConfig
15 lines
409 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 -lvorbis -logg
|
||
|
Cflags: -I${includedir}
|