summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-24 21:20:20 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-24 21:20:20 +0000
commitbb0603ee67ba46a828af03fc27ce6450f28abedb (patch)
tree886e493649fb8bbac9bb594f043a93e6cfaededb /mplayer.c
parentc31e49a4d5b199a0fb70d47837f9bf54001af340 (diff)
downloadmpv-bb0603ee67ba46a828af03fc27ce6450f28abedb.tar.bz2
mpv-bb0603ee67ba46a828af03fc27ce6450f28abedb.tar.xz
Moved the call to VOCTRL_FULLSCREEN outside of #ifdef USE_TV block
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4850 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mplayer.c b/mplayer.c
index 2e56923132..5346668300 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -2070,10 +2070,10 @@ read_input:
lirc_mp_getinput()<=0 &&
#endif
(use_stdin || getch2(20)<=0) && mplayer_get_key()<=0){
-#endif
+#endif /* HAVE_NEW_INPUT */
#ifndef USE_LIBVO2
if(sh_video && video_out) video_out->check_events();
-#endif /* HAVE_NEW_INPUT */
+#endif
#ifdef HAVE_NEW_GUI
if(use_gui){
guiEventHandling();
@@ -2634,11 +2634,11 @@ if(step_sec>0) {
if (tv_param_on == 1)
tv_step_chanlist(tv_handler);
} break;
+#endif
case MP_CMD_VO_FULLSCREEN:
{
video_out->control(VOCTRL_FULLSCREEN, 0);
} break;
-#endif
default :
printf("Received unknow cmd %s\n",cmd->name);
}