From cad380d1c61339339cc7dc80235b00309aacde64 Mon Sep 17 00:00:00 2001 From: stefano Date: Thu, 25 Jun 2009 22:48:49 +0000 Subject: [PATCH] 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. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19277 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 995353dc1..381d87f3a 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 && -- 2.11.4.GIT