summaryrefslogtreecommitdiff
path: root/jack.pc.in
diff options
context:
space:
mode:
authorpaul <paul@0c269be4-1314-0410-8aa9-9f06e86f4224>2007-02-23 23:49:09 +0000
committerpaul <paul@0c269be4-1314-0410-8aa9-9f06e86f4224>2007-02-23 23:49:09 +0000
commit18b1810ccc31ebb82a6182b72de36ab2a7a15b26 (patch)
tree3c1eb74f674727d3e4973c27a37be2e4b287fd92 /jack.pc.in
parent3612f9d3904e448c522da6a998e5e0bdf7832503 (diff)
downloadjack1-18b1810ccc31ebb82a6182b72de36ab2a7a15b26.tar.gz
fix for half-baked clock_gettime test in configure.ac; fix divide-by-zero error by no longer incrementing the frame counter in the event of an xrun/backend reset
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@1011 0c269be4-1314-0410-8aa9-9f06e86f4224
Diffstat (limited to 'jack.pc.in')
-rw-r--r--jack.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/jack.pc.in b/jack.pc.in
index 9c0c8f8..ebc9159 100644
--- a/jack.pc.in
+++ b/jack.pc.in
@@ -6,5 +6,5 @@ includedir=@includedir@
Name: jack
Description: the Jack Audio Connection Kit: a low-latency synchronous callback-based media server
Version: @JACK_VERSION@
-Libs: -L${libdir} -ljack -lpthread "@OS_LDFLAGS@"
+Libs: -L${libdir} -ljack -lpthread @OS_LDFLAGS@
Cflags: -I${includedir}