mirror of https://github.com/mpv-player/mpv
old build: add a missing config.h define
The configure check was added to waf only.
This commit is contained in:
parent
82648ff229
commit
b184c7d1e7
|
@ -3398,6 +3398,8 @@ cat > $TMPH << EOF
|
|||
|
||||
#define MPLAYER_CONFDIR "$_confdir"
|
||||
|
||||
/* we didn't bother to add actual config checks for this */
|
||||
#define HAVE_BSD_FSTATFS 0
|
||||
|
||||
/* system headers */
|
||||
$def_mman_h
|
||||
|
|
Loading…
Reference in New Issue