[MPlayer-cvslog] r31763 - trunk/subreader.c

reimar subversion at mplayerhq.hu
Wed Jul 21 20:48:14 CEST 2010


Author: reimar
Date: Wed Jul 21 20:48:13 2010
New Revision: 31763

Log:
Put sub_ass_read_line_subviewer under CONFIG_ASS to avoid a warning.

Modified:
   trunk/subreader.c

Modified: trunk/subreader.c
==============================================================================
--- trunk/subreader.c	Wed Jul 21 20:10:29 2010	(r31762)
+++ trunk/subreader.c	Wed Jul 21 20:48:13 2010	(r31763)
@@ -373,6 +373,7 @@ static subtitle *sub_read_line_subrip(st
     return current;
 }
 
+#ifdef CONFIG_ASS
 static subtitle *sub_ass_read_line_subviewer(stream_t *st, subtitle *current, int utf16)
 {
     int h1, m1, s1, ms1, h2, m2, s2, ms2, j = 0;
@@ -428,6 +429,7 @@ static subtitle *sub_ass_read_line_subvi
     }
     return current;
 }
+#endif
 
 static subtitle *sub_read_line_subviewer(stream_t *st,subtitle *current, int utf16) {
     char line[LINE_LEN+1];


More information about the MPlayer-cvslog mailing list