New option use-stdin

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4892 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
albeu 2002-02-28 13:48:04 +00:00
parent 11ea8307e4
commit 356da44ecd
1 changed files with 2 additions and 1 deletions

View File

@ -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 @@ static config_t mplayer_opts[]={
{"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},