]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Missed a file in the previous update
authorSteve Underwood <steveu@coppice.org>
Sun, 26 Dec 2010 05:41:06 +0000 (13:41 +0800)
committerSteve Underwood <steveu@coppice.org>
Sun, 26 Dec 2010 05:41:06 +0000 (13:41 +0800)
libs/libg722_1/g722_1.pc.in [new file with mode: 0644]

diff --git a/libs/libg722_1/g722_1.pc.in b/libs/libg722_1/g722_1.pc.in
new file mode 100644 (file)
index 0000000..0fc01fb
--- /dev/null
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: spandsp
+Description: A library for the ITU G.722.1 and G.722.1C audio codecs.
+Requires:
+Version: @VERSION@
+Libs: -L${libdir} -lg722_1 -lm
+Cflags: -I${includedir}