summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJosh de Kock <josh@itanimul.li>2017-09-26 15:49:18 +0100
committerDiego Biurrun <diego@biurrun.de>2017-10-13 23:57:59 +0200
commit762ab2de6ead68cfe6617d1960921878ddece9e1 (patch)
tree6e095e3de5583c48552ad2713c97a7f0112ae15d /configure
parent543f00c78e6dc9fbb1ad83bfd8d57b5127cb4bac (diff)
Remove dv1394 input device
Support for this device has been removed in the Linux kernel since v2.6.37. dv1394 has been superseded by libiec61883 which is functionally equivalent. Signed-off-by: Josh de Kock <josh@itanimul.li> Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index 67354dc6a7..e45b3201fc 100755
--- a/configure
+++ b/configure
@@ -2433,8 +2433,6 @@ alsa_indev_deps="alsa"
avfoundation_indev_deps="AVFoundation_AVFoundation_h objc_arc pthreads"
avfoundation_indev_extralibs="-framework Foundation -framework AVFoundation -framework CoreVideo -framework CoreMedia"
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"
-dv1394_indev_select="dv_demuxer"
fbdev_indev_deps="linux_fb_h"
jack_indev_deps="libjack"
jack_indev_deps_any="sem_timedwait dispatch_dispatch_h"
@@ -4008,7 +4006,6 @@ case $target_os in
add_cppflags -U__STRICT_ANSI__
;;
linux)
- enable dv1394
enable section_data_rel_ro
;;
irix*)