diff Makefile @ 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 (2007-02-14)
parents 8cc34fe98a3b
children a94e1560b026
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