summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-24 16:50:13 +0000
committerhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-24 16:50:13 +0000
commitfcf77e05c40e8c4d00b0c6c070b692991a1262cc (patch)
tree94967ca1f7e0505c90789aa5aad557e7948c9506 /mplayer.c
parent562dea06238c4557f63fe67cea2d9c95df532d48 (diff)
downloadmpv-fcf77e05c40e8c4d00b0c6c070b692991a1262cc.tar.bz2
mpv-fcf77e05c40e8c4d00b0c6c070b692991a1262cc.tar.xz
fix compilation withoud libdvdread
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13117 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 95f9ccdce7..568913c934 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -3611,6 +3611,7 @@ if(rel_seek_secs || abs_seek_pos){
else
snprintf(osd_text_tmp, 63, "Subtitles: (%d)", dvdsub_id);
}
+#ifdef USE_DVDREAD
if (vo_spudec) {
char lang[5] = "none";
int code = 0;
@@ -3622,6 +3623,7 @@ if(rel_seek_secs || abs_seek_pos){
}
snprintf(osd_text_tmp, 63, "Subtitles: (%d) %s", dvdsub_id, lang);
}
+#endif
osd_show_vobsub_changed--;
} else
#ifdef USE_SUB