Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorslicer <slicer@mumble.hive.no>2009-12-22 22:02:03 +0300
committerslicer <slicer@mumble.hive.no>2009-12-22 22:02:03 +0300
commit5e4e3a2285b3ea8264129d2658335c4bc27d1645 (patch)
treeab3984fcd8d07f77201b160c2170988b863c98e6 /speex.pc.in
parenta6d05eb5ff9d5062852cdf7df574bec728921ef9 (diff)
Split libspeex and libspeexdsp
Diffstat (limited to 'speex.pc.in')
-rw-r--r--speex.pc.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/speex.pc.in b/speex.pc.in
deleted file mode 100644
index 3e72a36..0000000
--- a/speex.pc.in
+++ /dev/null
@@ -1,15 +0,0 @@
-# libspeex 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:
-Conflicts:
-Libs: -L${libdir} -lspeex
-Libs.private: -lm
-Cflags: -I${includedir}