[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
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux tv.c,1.7,1.8 tv.h,1.5,1.6 tvi_dummy.c,1.3,1.4 tvi_v4l.c,1.6,1.7
- Next message: [Mplayer-cvslog] CVS: main my_profile.c,NONE,1.1 my_profile.h,NONE,1.1 Makefile,1.99,1.100
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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},
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux tv.c,1.7,1.8 tv.h,1.5,1.6 tvi_dummy.c,1.3,1.4 tvi_v4l.c,1.6,1.7
- Next message: [Mplayer-cvslog] CVS: main my_profile.c,NONE,1.1 my_profile.h,NONE,1.1 Makefile,1.99,1.100
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list