mirror of
https://github.com/love2d/love-android.git
synced 2026-08-16 00:02:31 +02:00
15 lines
396 B
PkgConfig
15 lines
396 B
PkgConfig
# libvorbisfile pkg-config source file
|
|
|
|
prefix=/usr/local
|
|
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}
|