summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAdrian Stutz <adrian@sttz.ch>2009-06-25 22:48:49 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-06-25 22:48:49 +0000
commit30b1fff69c6a401569f8b2160ebb9dfd2c2aac88 (patch)
tree10b3cb4922d660154079b4e398d0fe4ecdfc74f7 /configure
parent8b1a64417751936a89365b31a0a0dd793b855ba6 (diff)
Only checks for jack if it is enabled and hence only links to jack if
it is not disabled. Patch by Adrian Stutz $firsname@sttz ch. Originally committed as revision 19277 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 995353dc13..381d87f3a0 100755
--- a/configure
+++ b/configure
@@ -2215,7 +2215,7 @@ check_header soundcard.h
check_lib2 alsa/asoundlib.h snd_pcm_htimestamp -lasound
-check_lib2 jack/jack.h jack_client_open -ljack
+enabled jack_demuxer && check_lib2 jack/jack.h jack_client_open -ljack
# deal with the X11 frame grabber
enabled x11grab &&