From 93630948e4efac18ad3f065365831a3cdb7407bd Mon Sep 17 00:00:00 2001 From: Steve Underwood Date: Sun, 26 Dec 2010 13:41:06 +0800 Subject: [PATCH] Missed a file in the previous update --- libs/libg722_1/g722_1.pc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libs/libg722_1/g722_1.pc.in diff --git a/libs/libg722_1/g722_1.pc.in b/libs/libg722_1/g722_1.pc.in new file mode 100644 index 0000000000..0fc01fbc73 --- /dev/null +++ b/libs/libg722_1/g722_1.pc.in @@ -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}