summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-12-17 19:30:04 +0000
committerDiego Biurrun <diego@biurrun.de>2007-12-17 19:30:04 +0000
commitfe9bb34766f87b5060c0a5628795fb8f438dafe1 (patch)
tree7a594b10a76532b4dae91ee89d3eda9e4d923389 /configure
parent1ba8f5ebac45a4fd523ed9756a041a46bd142ef4 (diff)
dv1394 depends on dv_demuxer, fixes linking with demuxers disabled.
patch by Aurel Originally committed as revision 11258 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8ae45edf49..0d24b209c1 100755
--- a/configure
+++ b/configure
@@ -800,7 +800,7 @@ audio_beos_muxer_deps="audio_beos"
audio_beos_muxer_extralibs="-lmedia -lbe"
avisynth_demuxer_deps="avisynth"
bktr_demuxer_deps_any="dev_bktr_ioctl_bt848_h machine_ioctl_bt848_h dev_video_bktr_ioctl_bt848_h dev_ic_bt8xx_h"
-dv1394_demuxer_deps="dv1394"
+dv1394_demuxer_deps="dv1394 dv_demuxer"
libdc1394_demuxer_deps="libdc1394"
libnut_demuxer_deps="libnut"
libnut_muxer_deps="libnut"