mirror of https://github.com/mpv-player/mpv
fix compilation withoud libdvdread
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13117 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
562dea0623
commit
fcf77e05c4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue