# HG changeset patch # User mru # Date 1171491169 0 # Node ID 29962f054bd00b70471c85639bf91edf2fe18f60 # Parent 62792a60f7405d0d5147fecd973328807e88cbce rename video4linux[2] variables to v4l[2], consistent with --disable options diff -r 62792a60f740 -r 29962f054bd0 Makefile --- a/Makefile Wed Feb 14 17:01:32 2007 +0000 +++ b/Makefile Wed Feb 14 22:12:49 2007 +0000 @@ -140,7 +140,7 @@ OBJS+= framehook.o -ifeq ($(CONFIG_VIDEO4LINUX),yes) +ifeq ($(CONFIG_V4L),yes) OBJS-$(CONFIG_VIDEO_GRAB_DEVICE_DEMUXER) += grab.o endif