mirror of
https://github.com/dhewm/dhewm3-libs.git
synced 2024-12-02 17:02:55 +00:00
15 lines
439 B
PkgConfig
15 lines
439 B
PkgConfig
|
# libvorbisfile pkg-config source file
|
||
|
|
||
|
prefix=/home/andre/devel/games/doom3-libs/x86_64-w64-mingw32
|
||
|
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.2
|
||
|
Requires: vorbis
|
||
|
Conflicts:
|
||
|
Libs: -L${libdir} -lvorbisfile
|
||
|
Cflags: -I${includedir}
|