summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-06-25 09:04:08 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-06-25 09:04:08 +0000
commit6beefa408540c72dd939d9920dcc04b373124c11 (patch)
tree9cf3f445140f77ce03c35c4dd23d97a0fa392914 /libavformat/allformats.c
parent69cf0be2c3930f23905b31dfa389ad14025e0323 (diff)
*BSD bktr grab support by (Jacob Meuser: jakemsr, jakemsr com)
Originally committed as revision 4392 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c2
1 files changed, 1 insertions, 1 deletions
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)