summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-06 20:31:25 +0200
committerwm4 <wm4@nowhere>2014-08-06 20:33:51 +0200
commit41ff8a661b039cf3600584d400b129ff743b5557 (patch)
treea096ac54a37d3423c9ec6130dcd152dbbe5e2f08
parent3234f5a123f5809a8ad3dc3d5ca7488739c0d73f (diff)
downloadmpv-41ff8a661b039cf3600584d400b129ff743b5557.tar.bz2
mpv-41ff8a661b039cf3600584d400b129ff743b5557.tar.xz
old-build: HAVE_COCOA_APPLICATION must be set
Also fix a typo in the Makefile manpage rule.
-rwxr-xr-xold-configure1
-rw-r--r--old-makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/old-configure b/old-configure
index 063240bcbf..910ebf7cc8 100755
--- a/old-configure
+++ b/old-configure
@@ -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
diff --git a/old-makefile b/old-makefile
index 49078ea0e6..2c2540dd9f 100644
--- a/old-makefile
+++ b/old-makefile
@@ -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 \