[FFmpeg-cvslog] configure: Properly split dv1394 indev dependencies

Diego Biurrun git at videolan.org
Tue Aug 6 19:40:20 CEST 2013


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Aug  6 02:36:17 2013 +0200| [6fb65973c9501d3fe94a5a9195c01cd20083066e] | committer: Diego Biurrun

configure: Properly split dv1394 indev dependencies

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

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

diff --git a/configure b/configure
index 8efff27..9463a18 100755
--- a/configure
+++ b/configure
@@ -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"



More information about the ffmpeg-cvslog mailing list