diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-03-07 18:54:52 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-03-28 16:49:22 +0200 |
commit | c6f951442efb34dd63e1e00b19bc30447075d5a3 (patch) | |
tree | a53eb5db60239c26a5424436f74a30aa1d8ea3d9 /configure | |
parent | 364cbc346b336e5d09b371ce05650f30be813276 (diff) | |
download | ffmpeg-c6f951442efb34dd63e1e00b19bc30447075d5a3.tar.gz |
framebuffer device demuxer
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1430,6 +1430,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" @@ -2897,6 +2898,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 |