From 0e6edc2840af15cd9d175219521627bbc94454b2 Mon Sep 17 00:00:00 2001 From: arpi Date: Thu, 22 Aug 2002 21:30:31 +0000 Subject: 10l, fix compiling without tv. patch by Andreas Hess git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7069 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mplayer.c') diff --git a/mplayer.c b/mplayer.c index f634fa50c0..4adc7e6045 100644 --- a/mplayer.c +++ b/mplayer.c @@ -572,7 +572,9 @@ int gui_no_filename=0; #endif +#ifdef USE_TV tv_param_immediate = 1; +#endif if ( argv[0] ) if(!strcmp(argv[0],"gmplayer") || -- cgit v1.2.3