summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authoraurel <aurel@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-02 14:37:16 +0000
committeraurel <aurel@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-02 14:37:16 +0000
commit543dcc07a578d4e7c057603b5fa007eed6fcbe12 (patch)
treec5360848c3b933807e8d263b5bb2ee8d4596cfc8 /mplayer.c
parent72e4aaccdd6378b2f0a786fbfc6159fea5dd9601 (diff)
downloadmpv-543dcc07a578d4e7c057603b5fa007eed6fcbe12.tar.bz2
mpv-543dcc07a578d4e7c057603b5fa007eed6fcbe12.tar.xz
enable the run slave commande even without libmenu
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14088 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/mplayer.c b/mplayer.c
index 2e087c846c..fb47735c56 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -3443,8 +3443,7 @@ if (stream->type==STREAMTYPE_DVDNAV && dvd_nav_still)
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 @@ if (stream->type==STREAMTYPE_DVDNAV && dvd_nav_still)
}
#endif
} break;
-#endif
#ifdef USE_DVDNAV
case MP_CMD_DVDNAV_EVENT: {