[Mplayer-cvslog] CVS: main cfg-common.h,1.7,1.8

Arpi of Ize arpi at mplayer.dev.hu
Sun Nov 11 14:48:13 CET 2001


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

Modified Files:
	cfg-common.h 
Log Message:
tv.h has its own USE_TV check

Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- cfg-common.h	11 Nov 2001 13:35:00 -0000	1.7
+++ cfg-common.h	11 Nov 2001 13:48:11 -0000	1.8
@@ -89,9 +89,9 @@
 
 #include "config.h"
 
-#ifdef USE_TV
 #include "libmpdemux/tv.h"
 
+#ifdef USE_TV
 struct config tvopts_conf[]={
 	{"on", &tv_param_on, CONF_TYPE_FLAG, 0, 0, 1},
 	{"driver", &tv_param_driver, CONF_TYPE_STRING, 0, 0, 0},




More information about the MPlayer-cvslog mailing list