blob: 1d900955d776cdf6cf4225f0747faf2161717a79 [file] [log] [blame]
Lucas Eckels8e01cdc2012-08-06 15:16:01 -07001# libvorbisenc pkg-config source file
2
3prefix=@prefix@
4exec_prefix=@exec_prefix@
5libdir=@libdir@
6includedir=@includedir@
7
8Name: vorbisenc
9Description: vorbisenc is a library that provides a convenient API for setting up an encoding environment using libvorbis
10Version: @VERSION@
11Requires: vorbis
12Conflicts:
13Libs: -L${libdir} -lvorbisenc
14Cflags: -I${includedir}