diff mplayer.c @ 14087:26937d8c5c9e

enable the run slave commande even without libmenu
author aurel
date Thu, 02 Dec 2004 14:37:16 +0000
parents 3d3f3cc8494a
children 337aa26e20b5
line wrap: on
line diff
--- a/mplayer.c	Thu Dec 02 03:38:05 2004 +0000
+++ b/mplayer.c	Thu Dec 02 14:37:16 2004 +0000
@@ -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: {