mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-25 13:21:05 +00:00
14 lines
368 B
PkgConfig
14 lines
368 B
PkgConfig
# libvorbisenc pkg-config source file
|
|
|
|
prefix=
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: vorbisenc
|
|
Description: vorbisenc is a library that provides a convenient API for setting up an encoding environment using libvorbis
|
|
Version: 1.3.7
|
|
Requires.private: vorbis
|
|
Conflicts:
|
|
Libs: -L${libdir} -lvorbisenc
|
|
Cflags: -I${includedir}
|