From 6beefa408540c72dd939d9920dcc04b373124c11 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 25 Jun 2005 09:04:08 +0000 Subject: *BSD bktr grab support by (Jacob Meuser: jakemsr, jakemsr com) Originally committed as revision 4392 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/allformats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/allformats.c') diff --git a/libavformat/allformats.c b/libavformat/allformats.c index d13c90ea58..767d876dac 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -88,7 +88,7 @@ void av_register_all(void) #endif ffm_init(); -#ifdef CONFIG_VIDEO4LINUX +#if defined(CONFIG_VIDEO4LINUX) || defined(CONFIG_BKTR) video_grab_init(); #endif #if defined(CONFIG_AUDIO_OSS) || defined(CONFIG_AUDIO_BEOS) -- cgit v1.2.3