diff cfg-mplayer.h @ 162:effc62af528c

new option: -include
author szabii
date Mon, 19 Mar 2001 18:14:21 +0000
parents 8e55121885b2
children 8626c23f4a47
line wrap: on
line diff
--- a/cfg-mplayer.h	Mon Mar 19 15:09:47 2001 +0000
+++ b/cfg-mplayer.h	Mon Mar 19 18:14:21 2001 +0000
@@ -4,6 +4,7 @@
 
 struct config conf[]={
 	/* name, pointer, type, flags, min, max */
+	{"include", cfg_include, CONF_TYPE_FUNC_PARAM, 0, 0, 0}, /* this must be the first!!! */
 	{"o", "Option -o has been renamed to -vo (video-out), use -vo !\n",
             CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
 	{"vo", &video_driver, CONF_TYPE_STRING, 0, 0, 0},