diff allformats.c @ 795:391669d461d4 libavformat

*BSD bktr grab support by (Jacob Meuser: jakemsr, jakemsr com)
author michael
date Sat, 25 Jun 2005 09:04:08 +0000
parents 17178af951b4
children b1d7ee1c792d
line wrap: on
line diff
--- a/allformats.c	Fri Jun 24 11:43:08 2005 +0000
+++ b/allformats.c	Sat Jun 25 09:04:08 2005 +0000
@@ -88,7 +88,7 @@
 #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)