blob: e58a071f22b82d3816c139885ec5e4625c864b29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# libvorbisfile pkg-config source file
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
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: @VERSION@
Requires.private: vorbis
Conflicts:
Libs: -L${libdir} -lvorbisfile
Cflags: -I${includedir}
|