mirror of https://github.com/mpv-player/mpv
Add missing config.h #include.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30210 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
64ff3434c0
commit
7e2c59fc13
|
@ -3,6 +3,8 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "config.h"
|
||||
|
||||
extern int suboverlap_enabled;
|
||||
extern int sub_no_text_pp; // disable text post-processing
|
||||
extern int sub_match_fuzziness;
|
||||
|
|
Loading…
Reference in New Issue