diff Makefile @ 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 7ac21a82ac29
children 2d9a65a1d9ea
line wrap: on
line diff
--- a/Makefile	Mon Jan 30 23:32:14 2006 +0000
+++ b/Makefile	Wed Feb 01 11:31:33 2006 +0000
@@ -50,6 +50,10 @@
 OBJS+= grab.o
 endif
 
+ifeq ($(CONFIG_VIDEO4LINUX2),yes)
+OBJS+= v4l2.o
+endif
+
 ifeq ($(CONFIG_BKTR),yes)
 OBJS+= grab_bktr.o
 endif