diff options
Diffstat (limited to 'vorbis/vorbisenc.pc.in')
-rw-r--r-- | vorbis/vorbisenc.pc.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vorbis/vorbisenc.pc.in b/vorbis/vorbisenc.pc.in new file mode 100644 index 0000000..a412b7a --- /dev/null +++ b/vorbis/vorbisenc.pc.in @@ -0,0 +1,14 @@ +# libvorbisenc pkg-config source file + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: vorbisenc +Description: vorbisenc is a library that provides a convenient API for setting up an encoding environment using libvorbis +Version: @VERSION@ +Requires.private: vorbis +Conflicts: +Libs: -L${libdir} -lvorbisenc +Cflags: -I${includedir} |