changeset 1796:29962f054bd0 libavformat

rename video4linux[2] variables to v4l[2], consistent with --disable options
author mru
date Wed, 14 Feb 2007 22:12:49 +0000
parents 62792a60f740
children 20c8dfd3ee84
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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