mirror of
https://github.com/dhewm/dhewm3-libs.git
synced 2024-12-04 01:41:54 +00:00
15 lines
413 B
PkgConfig
15 lines
413 B
PkgConfig
|
# libvorbisenc 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: vorbisenc
|
||
|
Description: vorbisenc is a library that provides a convenient API for setting up an encoding environment using libvorbis
|
||
|
Version: 1.3.2
|
||
|
Requires: vorbis
|
||
|
Conflicts:
|
||
|
Libs: -L${libdir} -lvorbisenc
|
||
|
Cflags: -I${includedir}
|