summaryrefslogtreecommitdiff
path: root/vorbisenc.pc.in
diff options
context:
space:
mode:
authorcalc <calc@xiph.org>2003-09-11 20:42:26 +0000
committercalc <calc@xiph.org>2003-09-11 20:42:26 +0000
commit925b2296f75581118a011d000589333fd1f20dc1 (patch)
tree7483afdf6d0a9e8aee6700eb9b24cc6380fe3213 /vorbisenc.pc.in
parent62a65c0799989b445994811f2bf5aaffcfa4b69a (diff)
downloadlibvorbis-git-925b2296f75581118a011d000589333fd1f20dc1.tar.gz
add pkg-config support for vorbis
svn path=/trunk/vorbis/; revision=5333
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 00000000..1d900955
--- /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}