blob: b4387f2b17f7232d757705a4abe8886f277904fb [file] [log] [blame]
Lucas Eckels8e01cdc2012-08-06 15:16:01 -07001# libvorbisfile pkg-config source file
2
3prefix=@prefix@
4exec_prefix=@exec_prefix@
5libdir=@libdir@
6includedir=@includedir@
7
8Name: vorbisfile
9Description: vorbisfile is a library that provides a convenient high-level API for decoding and basic manipulation of all Vorbis I audio streams
10Version: @VERSION@
11Requires: vorbis
12Conflicts:
13Libs: -L${libdir} -lvorbisfile
14Cflags: -I${includedir}