# HG changeset patch # User reimar # Date 1279738093 0 # Node ID 8d65df40de826b1b5ddda0b8840bc73f270b70d8 # Parent 275c509b9c33654c55528c74adedd3341c489042 Put sub_ass_read_line_subviewer under CONFIG_ASS to avoid a warning. diff -r 275c509b9c33 -r 8d65df40de82 subreader.c --- a/subreader.c Wed Jul 21 18:10:29 2010 +0000 +++ b/subreader.c Wed Jul 21 18:48:13 2010 +0000 @@ -373,6 +373,7 @@ 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 @@ } return current; } +#endif static subtitle *sub_read_line_subviewer(stream_t *st,subtitle *current, int utf16) { char line[LINE_LEN+1];