[FFmpeg-cvslog] configure: Fix jack auto-detection, broken since 3fc8500
Carl Eugen Hoyos
git at videolan.org
Tue May 28 10:30:49 CEST 2013
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Tue May 28 10:28:16 2013 +0200| [c0957f49c7b3ae88105ffe41d9851761129e58f7] | committer: Carl Eugen Hoyos
configure: Fix jack auto-detection, broken since 3fc8500
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c0957f49c7b3ae88105ffe41d9851761129e58f7
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 2896c3f..8b2b286 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"
More information about the ffmpeg-cvslog
mailing list