]> git.sesse.net Git - ffmpeg/commitdiff
Only checks for jack if it is enabled and hence only links to jack if
authorAdrian Stutz <adrian@sttz.ch>
Thu, 25 Jun 2009 22:48:49 +0000 (22:48 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Thu, 25 Jun 2009 22:48:49 +0000 (22:48 +0000)
it is not disabled.

Patch by Adrian Stutz $firsname@sttz ch.

Originally committed as revision 19277 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 995353dc13f6ae491546e2b66c0197f1fa74b8f9..381d87f3a0d339d4418cfe4e09b74970526e9406 100755 (executable)
--- 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                         &&