summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-03-07 18:54:52 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-03-08 17:33:23 +0100
commit1a204f07602bca48cfa867db8c9f2037a8c221c7 (patch)
tree1c9c4193405153c0590f717bcc66f3fd00c68d64 /configure
parentf56c4850e7d3903eb31499edb3ef8352905c6cc2 (diff)
framebuffer device demuxer
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 9a9d87f00b..0f37fc23fc 100755
--- a/configure
+++ b/configure
@@ -1404,6 +1404,7 @@ 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"
+fbdev_indev_deps="linux_fb_h"
jack_indev_deps="jack_jack_h"
libdc1394_indev_deps="libdc1394"
oss_indev_deps_any="soundcard_h sys_soundcard_h"
@@ -2877,6 +2878,7 @@ fi
texi2html -version > /dev/null 2>&1 && enable texi2html || disable texi2html
+check_header linux/fb.h
check_header linux/videodev.h
check_header linux/videodev2.h
check_header sys/videoio.h