Mercurial > mplayer.hg
changeset 12910:12fd6739ecce
10l, FILE is defined in stdio.h
author | reimar |
---|---|
date | Wed, 28 Jul 2004 17:03:09 +0000 |
parents | dc8eba991005 |
children | 5dd9ab119bb3 |
files | subreader.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/subreader.h Wed Jul 28 12:40:35 2004 +0000 +++ b/subreader.h Wed Jul 28 17:03:09 2004 +0000 @@ -1,6 +1,8 @@ #ifndef __MPLAYER_SUBREADER_H #define __MPLAYER_SUBREADER_H +#include <stdio.h> + extern int suboverlap_enabled; extern int sub_no_text_pp; // disable text post-processing extern int sub_match_fuzziness;