[FFmpeg-cvslog] configure: make jack depend on pthreads

Anton Khirnov git at videolan.org
Tue May 28 09:06:13 CEST 2013


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Fri May 17 08:13:58 2013 +0200| [a3fc62e89e1aa09c44e918726ec556210471d56e] | committer: Anton Khirnov

configure: make jack depend on pthreads

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a3fc62e89e1aa09c44e918726ec556210471d56e
---

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 5d5060e..a7f3d74 100755
--- a/configure
+++ b/configure
@@ -1831,7 +1831,7 @@ alsa_outdev_deps="alsa_asoundlib_h"
 bktr_indev_deps_any="dev_bktr_ioctl_bt848_h machine_ioctl_bt848_h dev_video_bktr_ioctl_bt848_h dev_ic_bt8xx_h"
 dv1394_indev_deps="dv1394 dv_demuxer"
 fbdev_indev_deps="linux_fb_h"
-jack_indev_deps="jack_jack_h"
+jack_indev_deps="jack_jack_h pthreads"
 libcdio_indev_deps="libcdio"
 libdc1394_indev_deps="libdc1394"
 oss_indev_deps_any="soundcard_h sys_soundcard_h"



More information about the ffmpeg-cvslog mailing list