changeset 4891:30798db9527f

New option use-stdin
author albeu
date Thu, 28 Feb 2002 13:48:04 +0000
parents 0c1526391dd3
children 35dd38bbd7f3
files cfg-mplayer.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cfg-mplayer.h	Thu Feb 28 13:47:06 2002 +0000
+++ b/cfg-mplayer.h	Thu Feb 28 13:48:04 2002 +0000
@@ -4,7 +4,7 @@
 
 #include "cfg-common.h"
 
-extern char *playlist_file;
+extern int use_stdin;
 
 #ifdef HAVE_FBDEV
 extern char *fb_dev_name;
@@ -295,6 +295,7 @@
 	{"softsleep", &softsleep, CONF_TYPE_FLAG, 0, 0, 1, NULL},
 
 	{"slave", &slave_mode, CONF_TYPE_FLAG,CONF_GLOBAL , 0, 1, NULL},
+	{"use-stdin", &use_stdin, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
 
 #ifdef HAVE_X11
 	{"wid", &WinID, CONF_TYPE_INT, 0, 0, 0, NULL},