mirror of
https://github.com/dhewm/dhewm3-libs.git
synced 2024-11-23 04:22:16 +00:00
af7e6914a2
CFLAGS="-I$HOME/devel/games/doom3-libs/x86_64-w64-mingw32/include" \ LDFLAGS="-L$HOME/devel/games/doom3-libs/x86_64-w64-mingw32/lib" \ ./configure --host=x86_64-w64-mingw32 \ --prefix=$HOME/devel/games/doom3-libs/x86_64-w64-mingw32 \ -with-ogg=HOME/devel/games/doom3-libs/x86_64-w64-mingw32 \ --disable-examples --disable-oggtest
14 lines
413 B
PkgConfig
14 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}
|