[MPlayer-cvslog] CVS: main mplayer.c,1.816,1.817
Aurelien Jacobs CVS
syncmail at mplayerhq.hu
Thu Dec 2 15:37:18 CET 2004
CVS change done by Aurelien Jacobs CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv30297
Modified Files:
mplayer.c
Log Message:
enable the run slave commande even without libmenu
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.816
retrieving revision 1.817
diff -u -r1.816 -r1.817
--- mplayer.c 1 Dec 2004 12:22:39 -0000 1.816
+++ mplayer.c 2 Dec 2004 14:37:15 -0000 1.817
@@ -3443,8 +3443,7 @@
case MP_CMD_GET_PERCENT_POS : {
mp_msg(MSGT_GLOBAL,MSGL_INFO,MSGTR_AnsPercentPos, demuxer_get_percent_pos(demuxer));
} break;
-#ifdef HAVE_MENU
- case MP_CMD_CRUN : {
+ case MP_CMD_RUN : {
#ifndef __MINGW32__
if(!fork()) {
execl("/bin/sh","sh","-c",cmd->args[0].v.s,NULL);
@@ -3452,7 +3451,6 @@
}
#endif
} break;
-#endif
#ifdef USE_DVDNAV
case MP_CMD_DVDNAV_EVENT: {
More information about the MPlayer-cvslog
mailing list