changeset 7068:6c2d746b17bf

10l, fix compiling without tv. patch by Andreas Hess <jaska@gmx.net>
author arpi
date Thu, 22 Aug 2002 21:30:31 +0000
parents b395b1240954
children 21e1ab99cb21
files mplayer.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mplayer.c	Thu Aug 22 13:58:38 2002 +0000
+++ b/mplayer.c	Thu Aug 22 21:30:31 2002 +0000
@@ -572,7 +572,9 @@
 
 #endif
 
+#ifdef USE_TV
   tv_param_immediate = 1;
+#endif
 
   if ( argv[0] )
     if(!strcmp(argv[0],"gmplayer") ||