From 0a7b514f13baddda8641ab365aa2f9c218839c47 Mon Sep 17 00:00:00 2001 From: Luca Abeni Date: Wed, 1 Feb 2006 11:31:33 +0000 Subject: video4linux2 input support patch by Luca Abeni, lucabe72 $$at$$ email $$dot$$ it Originally committed as revision 4916 to svn://svn.ffmpeg.org/ffmpeg/trunk --- ffmpeg.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ffmpeg.c') diff --git a/ffmpeg.c b/ffmpeg.c index f3f2817030..6d22e43b16 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -213,8 +213,12 @@ static int rate_emu = 0; #ifdef CONFIG_BKTR static char *video_grab_format = "bktr"; #else +#ifdef CONFIG_VIDEO4LINUX2 +static char *video_grab_format = "video4linux2"; +#else static char *video_grab_format = "video4linux"; #endif +#endif static char *video_device = NULL; static char *grab_device = NULL; static int video_channel = 0; -- cgit v1.2.3