aboutsummaryrefslogtreecommitdiff
path: root/vorbisenc.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'vorbisenc.pc.in')
-rw-r--r--vorbisenc.pc.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/vorbisenc.pc.in b/vorbisenc.pc.in
new file mode 100644
index 0000000..1d90095
--- /dev/null
+++ b/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: vorbis
+Conflicts:
+Libs: -L${libdir} -lvorbisenc
+Cflags: -I${includedir}