[Mplayer-cvslog] CVS: main mplayer.c,1.773,1.774
Jindrich Makovicka CVS
syncmail at mplayerhq.hu
Tue Aug 24 18:50:16 CEST 2004
CVS change done by Jindrich Makovicka CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv21782
Modified Files:
mplayer.c
Log Message:
fix compilation withoud libdvdread
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.773
retrieving revision 1.774
diff -u -r1.773 -r1.774
--- mplayer.c 23 Aug 2004 00:31:32 -0000 1.773
+++ mplayer.c 24 Aug 2004 16:50:13 -0000 1.774
@@ -3611,6 +3611,7 @@
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 @@
}
snprintf(osd_text_tmp, 63, "Subtitles: (%d) %s", dvdsub_id, lang);
}
+#endif
osd_show_vobsub_changed--;
} else
#ifdef USE_SUB
More information about the MPlayer-cvslog
mailing list