[MPlayer-cvslog] CVS: main mplayer.c,1.936,1.937

Diego Biurrun CVS syncmail at mplayerhq.hu
Mon Apr 24 01:15:01 CEST 2006


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv8950

Modified Files:
	mplayer.c 
Log Message:
Kill an unused variable warning.


Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.936
retrieving revision 1.937
diff -u -r1.936 -r1.937
--- mplayer.c	23 Apr 2006 15:39:51 -0000	1.936
+++ mplayer.c	23 Apr 2006 23:14:58 -0000	1.937
@@ -2283,7 +2283,9 @@
 
 // movie info:
 
+#ifdef HAVE_RTC
 int rtc_fd=-1;
+#endif
 
 int opt_exit = 0; // flag indicating whether mplayer should exit without playing anything
 




More information about the MPlayer-cvslog mailing list