diff cfg-common.h @ 22992:e8026449a338

5l: don't die when config file contains dvd options and dvd support is missing
author rfelker
date Tue, 17 Apr 2007 07:04:53 +0000
parents 011d1adc0133
children 85343b921fef
line wrap: on
line diff
--- a/cfg-common.h	Mon Apr 16 21:41:03 2007 +0000
+++ b/cfg-common.h	Tue Apr 17 07:04:53 2007 +0000
@@ -31,8 +31,8 @@
 	{"dvd-device", &dvd_device,  CONF_TYPE_STRING, 0, 0, 0, NULL}, 
 	{"dvd-speed", &dvd_speed, CONF_TYPE_INT, 0, 0, 0, NULL},
 #else
-	{"dvd-device", "MPlayer was compiled without libdvdread support.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
-	{"dvd-speed", "MPlayer was compiled without libdvdread support.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
+	{"dvd-device", "MPlayer was compiled without libdvdread support.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
+	{"dvd-speed", "MPlayer was compiled without libdvdread support.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
 #endif
 #ifdef USE_DVDREAD
 	{"dvd", "-dvd N has been removed, use dvd://N instead.\n" , CONF_TYPE_PRINT, 0, 0, 0, NULL},