summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-23 23:14:58 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-23 23:14:58 +0000
commit55ca108b4c33aa0dfebf80995ff368279cafd35e (patch)
tree9adefce09ade63b11571601ea829e5415ad87abf /mplayer.c
parent00c9974b10deee84f2e5474a08a2b8898ab3786a (diff)
downloadmpv-55ca108b4c33aa0dfebf80995ff368279cafd35e.tar.bz2
mpv-55ca108b4c33aa0dfebf80995ff368279cafd35e.tar.xz
Kill an unused variable warning.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18232 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mplayer.c b/mplayer.c
index 693beab936..0e0eb135e5 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -2283,7 +2283,9 @@ int delay_corrected=1;
// movie info:
+#ifdef HAVE_RTC
int rtc_fd=-1;
+#endif
int opt_exit = 0; // flag indicating whether mplayer should exit without playing anything