diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-08-06 02:36:17 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-08-06 11:23:00 +0200 |
commit | 6fb65973c9501d3fe94a5a9195c01cd20083066e (patch) | |
tree | 6adc55a6dc185842dc74834b74a7804d71bf6c3b /configure | |
parent | 61c31e4ee7ea79a9e74c0476b81244febf17e6d7 (diff) | |
download | ffmpeg-streaming-6fb65973c9501d3fe94a5a9195c01cd20083066e.zip ffmpeg-streaming-6fb65973c9501d3fe94a5a9195c01cd20083066e.tar.gz |
configure: Properly split dv1394 indev dependencies
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1851,7 +1851,8 @@ xwma_demuxer_select="riffdec" alsa_indev_deps="alsa_asoundlib_h snd_pcm_htimestamp" 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" +dv1394_indev_deps="dv1394" +dv1394_indev_select="dv_demuxer" fbdev_indev_deps="linux_fb_h" jack_indev_deps="jack_jack_h pthreads" libcdio_indev_deps="libcdio" |