From f5228ae08eba9e686d14dca72aa3f77458b50bf4 Mon Sep 17 00:00:00 2001 From: jm Date: Wed, 14 Jul 2004 03:50:57 +0000 Subject: Moved all the includes from /usr/include to /usr/include/speex git-svn-id: http://svn.xiph.org/trunk/speex@7113 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- speex.pc.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 speex.pc.in (limited to 'speex.pc.in') diff --git a/speex.pc.in b/speex.pc.in new file mode 100644 index 0000000..c7d4cae --- /dev/null +++ b/speex.pc.in @@ -0,0 +1,14 @@ +# libogg pkg-config source file + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: speex +Description: Speex is an audio codec tuned for speech +Version: @SPEEX_VERSION@ +Requires: ogg +Conflicts: +Libs: -L${libdir} -lspeex +Cflags: -I${includedir} -- cgit v1.2.3