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

github.com/alexmarsev/soundtouch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroparviai <oparviai@f3a24b6a-cf45-0410-b55a-8c22e2698227>2009-12-28 23:59:06 +0300
committeroparviai <oparviai@f3a24b6a-cf45-0410-b55a-8c22e2698227>2009-12-28 23:59:06 +0300
commit18030844434e82588d4f53f84075a9195c3aefb1 (patch)
treeabfa46e6e4cff551083c6a11974c0d463a406aed /soundtouch.pc.in
parentd5a303f9d68f4c9b001f3c3c4d32b2070aa5035f (diff)
Added "soundtouch.pc.in" to avoid version number in file names ... retained "soundtouch-1.4.pc.in" for backwards compatibility
Diffstat (limited to 'soundtouch.pc.in')
-rw-r--r--soundtouch.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/soundtouch.pc.in b/soundtouch.pc.in
new file mode 100644
index 0000000..03d0360
--- /dev/null
+++ b/soundtouch.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: SoundTouch
+Description: SoundTouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or files
+Version: @VERSION@
+Libs: -L${libdir} -lSoundTouch
+Cflags: -I${includedir}/soundtouch
+