CVS: main cfg-mplayer.h,1.24,1.25
Update of /cvsroot/mplayer/main In directory usw-pr-cvs1:/tmp/cvs-serv1327 Modified Files: cfg-mplayer.h Log Message: add mixer support Index: cfg-mplayer.h =================================================================== RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -r1.24 -r1.25 *** cfg-mplayer.h 2001/04/15 23:21:10 1.24 --- cfg-mplayer.h 2001/04/16 00:21:00 1.25 *************** *** 19,22 **** --- 19,24 ---- {"vo", &video_driver, CONF_TYPE_STRING, 0, 0, 0}, {"dsp", &dsp, CONF_TYPE_STRING, 0, 0, 0}, + {"mixer", &mixer_device, CONF_TYPE_STRING, 0, 0, 0}, + {"master", &mixer_usemaster, CONF_TYPE_FLAG, 0, 0, 1}, #ifdef HAVE_FBDEV {"fb", &fb_dev_name, CONF_TYPE_STRING, 0, 0, 0}, _______________________________________________ Mplayer-cvslog mailing list Mplayer-cvslog@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
participants (1)
-
Zoltan Ponekker