[MPlayer-cvslog] CVS: main cfg-common.h,1.137,1.138
Diego Biurrun CVS
syncmail at mplayerhq.hu
Wed Jan 19 19:05:06 CET 2005
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv20242
Modified Files:
cfg-common.h
Log Message:
Print warning message when using -dvd-device without libdvdread support.
Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- cfg-common.h 18 Oct 2004 20:41:05 -0000 1.137
+++ cfg-common.h 19 Jan 2005 18:05:03 -0000 1.138
@@ -31,6 +31,7 @@
{"dvdangle", &dvd_angle, CONF_TYPE_INT, CONF_RANGE, 1, 99, NULL},
{"chapter", dvd_parse_chapter_range, CONF_TYPE_FUNC_PARAM, 0, 0, 0, NULL},
#else
+ {"dvd-device", "MPlayer was compiled without libdvdread support.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
{"dvd", "MPlayer was compiled without libdvdread support.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
#endif
{"alang", &audio_lang, CONF_TYPE_STRING, 0, 0, 0, NULL},
More information about the MPlayer-cvslog
mailing list