From 8a6ee7fe947bb01a49beb38152cedb1e1b206ed2 Mon Sep 17 00:00:00 2001 From: der richter Date: Sat, 16 Nov 2019 16:54:07 +0100 Subject: mac: remove Apple Remote support the Apple Remote has long been deprecated and abandoned by Apple. current macs don't come with support for it anymore. support might be re-added with the next commit. --- DOCS/interface-changes.rst | 3 +++ DOCS/man/input.rst | 3 --- DOCS/man/options.rst | 4 ---- DOCS/mplayer-changes.rst | 3 +-- 4 files changed, 4 insertions(+), 9 deletions(-) (limited to 'DOCS') diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst index 23e71b3a2d..59e00130c4 100644 --- a/DOCS/interface-changes.rst +++ b/DOCS/interface-changes.rst @@ -59,6 +59,9 @@ Interface changes setting the properties to non-existing tracks may report it as selected track for a small time window, until it's forced back to "no". The exact details how this is handled may change in the future. + - remove old Apple Remote support, including --input-appleremote + - add MediaPlayer support and remove the old Media Key event tap on macOS. + this possibly also re-adds the Apple Remote support --- mpv 0.30.0 --- - add `--d3d11-output-format` to enable explicit selection of a D3D11 swap chain format. diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index 323a961804..3d9263ee3f 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -145,9 +145,6 @@ Comments on some symbolic names: ``GAMEPAD_*`` Keys emitted by the SDL gamepad backend. -``AR_*`` - Keys emitted by the OSX-only Apple Remote code. - ``UNMAPPED`` Pseudo-key that matches any unmapped key. (You should probably avoid this if possible, because it might change behavior or get removed in the future.) diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index c2fd9136a3..be9177b09a 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -3484,10 +3484,6 @@ Input See `JSON IPC`_ for details. -``--input-appleremote=`` - (OS X only) - Enable/disable Apple Remote support. Enabled by default (except for libmpv). - ``--input-gamepad=`` Enable/disable SDL2 Gamepad support. Disabled by default. diff --git a/DOCS/mplayer-changes.rst b/DOCS/mplayer-changes.rst index 66cacb3205..d00b520279 100644 --- a/DOCS/mplayer-changes.rst +++ b/DOCS/mplayer-changes.rst @@ -144,7 +144,6 @@ Mac OS X * Native OpenGL backend. * Cocoa event loop is independent from MPlayer's event loop, so user actions like accessing menus and live resizing do not block the playback. -* Apple Remote support. * Media Keys support. * VDA support using libavcodec hwaccel API instead of FFmpeg's decoder with up to 2-2.5x reduction in CPU usage. @@ -248,7 +247,7 @@ Command Line Switches ``-msglevel`` ``--msg-level`` (changed semantics) ``-msgmodule`` ``--msg-module`` ``-name`` ``--x11-name`` - ``-noar`` ``--no-input-appleremote`` + ``-noar`` ``(removed; replaced by MediaPlayer framework)`` ``-noautosub`` ``--no-sub-auto`` ``-noconsolecontrols`` ``--no-input-terminal`` ``-nosound`` ``--no-audio`` -- cgit v1.2.3