diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-03-07 18:54:52 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-03-08 17:33:23 +0100 |
commit | 1a204f07602bca48cfa867db8c9f2037a8c221c7 (patch) | |
tree | 1c9c4193405153c0590f717bcc66f3fd00c68d64 /configure | |
parent | f56c4850e7d3903eb31499edb3ef8352905c6cc2 (diff) | |
download | ffmpeg-1a204f07602bca48cfa867db8c9f2037a8c221c7.tar.gz |
framebuffer device demuxer
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |