mirror of https://github.com/mpv-player/mpv
old-build: HAVE_COCOA_APPLICATION must be set
Also fix a typo in the Makefile manpage rule.
This commit is contained in:
parent
3234f5a123
commit
41ff8a661b
|
@ -946,6 +946,7 @@ cat > $TMPC << EOF
|
|||
#define HAVE_VDA_GL 0
|
||||
#define HAVE_GL_COCOA 0
|
||||
#define HAVE_COCOA 0
|
||||
#define HAVE_COCOA_APPLICATION 0
|
||||
#define HAVE_COREVIDEO 0
|
||||
#define HAVE_COREAUDIO 0
|
||||
#define HAVE_GL_WIN32 0
|
||||
|
|
|
@ -410,7 +410,7 @@ common/version.c: version.h
|
|||
DOCS/man/mpv.1: DOCS/man/af.rst \
|
||||
DOCS/man/ao.rst \
|
||||
DOCS/man/changes.rst \
|
||||
DOCS/mancode.rst \
|
||||
DOCS/man/encode.rst \
|
||||
DOCS/man/input.rst \
|
||||
DOCS/man/options.rst \
|
||||
DOCS/man/vf.rst \
|
||||
|
|
Loading…
Reference in New Issue