diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-05-28 10:28:16 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-05-28 10:28:16 +0200 |
commit | c0957f49c7b3ae88105ffe41d9851761129e58f7 (patch) | |
tree | 80365138329bfff3970ce5864d66b26e448932b2 | |
parent | 84051d57f54f061cfb7b3abe1be556d09e2d13fb (diff) | |
download | ffmpeg-c0957f49c7b3ae88105ffe41d9851761129e58f7.tar.gz |
configure: Fix jack auto-detection, broken since 3fc8500
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |