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

github.com/mumble-voip/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'speexdsp.pc.in')
-rw-r--r--speexdsp.pc.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/speexdsp.pc.in b/speexdsp.pc.in
deleted file mode 100644
index bfa8ddc..0000000
--- a/speexdsp.pc.in
+++ /dev/null
@@ -1,15 +0,0 @@
-# libspeexdsp pkg-config source file
-
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: speexdsp
-Description: Speexdsp is a speech processing library that goes along with the Speex codec
-Version: @SPEEX_VERSION@
-Requires: @FFT_PKGCONFIG@
-Conflicts:
-Libs: -L${libdir} -lspeexdsp
-Libs.private: -lm
-Cflags: -I${includedir}