From c0957f49c7b3ae88105ffe41d9851761129e58f7 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Tue, 28 May 2013 10:28:16 +0200 Subject: [PATCH] configure: Fix jack auto-detection, broken since 3fc8500 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 2896c3f437..8b2b286b73 100755 --- a/configure +++ b/configure @@ -2065,7 +2065,7 @@ dshow_indev_extralibs="-lpsapi -lole32 -lstrmiids -luuid" dv1394_indev_deps="dv1394 dv_demuxer" fbdev_indev_deps="linux_fb_h" iec61883_indev_deps="libiec61883" -jack_indev_deps="jack_jack_h pthreads" +jack_indev_deps="jack_jack_h sem_timedwait" lavfi_indev_deps="avfilter" libcdio_indev_deps="libcdio" libdc1394_indev_deps="libdc1394"