Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-03-07 20:54:52 +0300
committerAnton Khirnov <anton@khirnov.net>2011-03-28 18:49:22 +0400
commitc6f951442efb34dd63e1e00b19bc30447075d5a3 (patch)
treea53eb5db60239c26a5424436f74a30aa1d8ea3d9 /configure
parent364cbc346b336e5d09b371ce05650f30be813276 (diff)
framebuffer device demuxer
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index f8adf48b1a..0f8b8491e5 100755
--- a/configure
+++ b/configure
@@ -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