From c2b3565e4a1b97194796f8966ca1f2383729ee9b Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 25 Jun 2009 23:21:40 +0000 Subject: [PATCH] Only link against alsa if enabled. Originally committed as revision 19278 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 381d87f3a0..3eaa8f8c82 100755 --- a/configure +++ b/configure @@ -2213,7 +2213,7 @@ check_header dev/ic/bt8xx.h check_header sys/soundcard.h check_header soundcard.h -check_lib2 alsa/asoundlib.h snd_pcm_htimestamp -lasound +enabled alsa_demuxer || enabled alsa_muxer && check_lib2 alsa/asoundlib.h snd_pcm_htimestamp -lasound enabled jack_demuxer && check_lib2 jack/jack.h jack_client_open -ljack