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. --- ci/build-macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/build-macos.sh') diff --git a/ci/build-macos.sh b/ci/build-macos.sh index 4984e3ba81..7b6eda7356 100755 --- a/ci/build-macos.sh +++ b/ci/build-macos.sh @@ -19,7 +19,7 @@ PKG_CONFIG_PATH="${FFMPEG_SYSROOT}/lib/pkgconfig/" CC="${CC}" CXX="${CXX}" pytho --variant="${MPV_VARIANT}" \ --prefix="${MPV_INSTALL_PREFIX}" \ --enable-{gl,iconv,lcms2,libass,libass-osd,libmpv-shared,lua,jpeg,plain-gl,zlib} \ - --enable-{apple-remote,cocoa,coreaudio,gl-cocoa,macos-cocoa-cb,macos-touchbar,videotoolbox-gl} + --enable-{cocoa,coreaudio,gl-cocoa,macos-cocoa-cb,macos-touchbar,videotoolbox-gl} python3 ./waf build --variant="${MPV_VARIANT}" -j4 -- cgit v1.2.3