[FFmpeg-cvslog] r19277 - trunk/configure
stefano
subversion
Fri Jun 26 00:48:49 CEST 2009
Author: stefano
Date: Fri Jun 26 00:48:49 2009
New Revision: 19277
Log:
Only checks for jack if it is enabled and hence only links to jack if
it is not disabled.
Patch by Adrian Stutz $firsname at sttz ch.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Thu Jun 25 21:44:44 2009 (r19276)
+++ trunk/configure Fri Jun 26 00:48:49 2009 (r19277)
@@ -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 &&
More information about the ffmpeg-cvslog
mailing list