diff allformats.c @ 921:547675092e98 libavformat

video4linux2 input support patch by Luca Abeni, lucabe72 $$at$$ email $$dot$$ it
author diego
date Wed, 01 Feb 2006 11:31:33 +0000
parents dbc0145bbf11
children 2d9a65a1d9ea
line wrap: on
line diff
--- a/allformats.c	Mon Jan 30 23:32:14 2006 +0000
+++ b/allformats.c	Wed Feb 01 11:31:33 2006 +0000
@@ -89,6 +89,9 @@
 #endif
 
     ffm_init();
+#if defined(CONFIG_VIDEO4LINUX2)
+    v4l2_init();
+#endif
 #if defined(CONFIG_VIDEO4LINUX) || defined(CONFIG_BKTR)
     video_grab_init();
 #endif