mirror of
https://github.com/azahar-emu/soundtouch
synced 2025-11-06 15:10:03 +01:00
Added "soundtouch.pc.in" to avoid version number in file names ... retained "soundtouch-1.4.pc.in" for backwards compatibility
This commit is contained in:
parent
cfce1434f4
commit
cce1370bf4
11
soundtouch.pc.in
Normal file
11
soundtouch.pc.in
Normal file
@ -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
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user