[Mplayer-cvslog] CVS: main cfg-common.h,1.102,1.103

Jindrich Makovicka CVS henry at mplayerhq.hu
Thu Aug 7 14:41:16 CEST 2003


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv6219

Modified Files:
	cfg-common.h 
Log Message:
10l - some forgotten ifdefs

Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- cfg-common.h	7 Aug 2003 12:24:07 -0000	1.102
+++ cfg-common.h	7 Aug 2003 12:39:31 -0000	1.103
@@ -304,7 +304,7 @@
 	{"contrast", &tv_param_contrast, CONF_TYPE_INT, CONF_RANGE, -100, 100, NULL},
 	{"hue", &tv_param_hue, CONF_TYPE_INT, CONF_RANGE, -100, 100, NULL},
 	{"saturation", &tv_param_saturation, CONF_TYPE_INT, CONF_RANGE, -100, 100, NULL},
-#ifdef HAVE_TV_V4L
+#if defined(HAVE_TV_V4L) || defined(HAVE_TV_V4L2)
 	{"amode", &tv_param_amode, CONF_TYPE_INT, CONF_RANGE, 0, 3, NULL},
 	{"volume", &tv_param_volume, CONF_TYPE_INT, CONF_RANGE, 0, 65535, NULL},
 	{"bass", &tv_param_bass, CONF_TYPE_INT, CONF_RANGE, 0, 65535, NULL},



More information about the MPlayer-cvslog mailing list