changeset 18231:697fe7e93bed

Kill an unused variable warning.
author diego
date Sun, 23 Apr 2006 23:14:58 +0000
parents d1b308e2e693
children 6ce77dda13a5
files mplayer.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mplayer.c	Sun Apr 23 22:56:29 2006 +0000
+++ b/mplayer.c	Sun Apr 23 23:14:58 2006 +0000
@@ -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