diff options
| author | Michael Forney <mforney@mforney.org> | 2019-12-28 15:00:21 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-12-28 15:00:21 -0800 |
| commit | 822416cc4e5e863a234d2e86a4ce461a093ee009 (patch) | |
| tree | 8c71416ff54ef2558996a0f8ddb2586dd68fc4bb /pkg/mpv/config.h | |
| parent | 14a717c2d8e23bb99eb91e7b2dd6e3d16a8656f0 (diff) | |
mpv: Update to 0.31.0
Diffstat (limited to 'pkg/mpv/config.h')
| -rw-r--r-- | pkg/mpv/config.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/pkg/mpv/config.h b/pkg/mpv/config.h index c3a2982c..a13508d6 100644 --- a/pkg/mpv/config.h +++ b/pkg/mpv/config.h @@ -5,7 +5,6 @@ #define DEFAULT_CDROM_DEVICE "/dev/sr0" #define HAVE_LGPL 1 #define HAVE_GPL 1 -#define HAVE_LIBAF 1 #define HAVE_CPLAYER 1 #define HAVE_LIBMPV_SHARED 0 #define HAVE_LIBMPV_STATIC 0 @@ -13,13 +12,14 @@ #define HAVE_BUILD_DATE 1 #define HAVE_OPTIMIZE 1 #define HAVE_DEBUG_BUILD 0 +#define HAVE_TESTS 0 +#define HAVE_TA_LEAK_REPORT 0 #define HAVE_MANPAGE_BUILD 0 #define HAVE_HTML_BUILD 0 #define HAVE_PDF_BUILD 0 #define HAVE_LIBDL 1 #define HAVE_CPLUGINS 0 #define HAVE_ASM 1 -#define HAVE_TEST 0 #define HAVE_CLANG_DATABASE 0 #define HAVE_SWIFT_STATIC 0 #define HAVE_NOEXECSTACK 0 @@ -108,6 +108,7 @@ #define HAVE_XV 0 #define HAVE_GL_COCOA 0 #define HAVE_GL_X11 0 +#define HAVE_EGL 0 #define HAVE_EGL_X11 0 #define HAVE_EGL_DRM 0 #define HAVE_GL_WAYLAND 0 @@ -151,10 +152,11 @@ #define HAVE_CUDA_HWACCEL 0 #define HAVE_RPI_MMAL 0 #define HAVE_WIN32_EXECUTABLE 0 -#define HAVE_APPLE_REMOTE 0 #define HAVE_MACOS_TOUCHBAR 0 #define HAVE_MACOS_10_11_FEATURES 0 +#define HAVE_MACOS_10_12_2_FEATURES 0 #define HAVE_MACOS_10_14_FEATURES 0 +#define HAVE_MACOS_MEDIA_PLAYER 0 #define HAVE_MACOS_COCOA_CB 0 #define CONFIGURATION "(missing)" #define MPV_CONFDIR "/etc/mpv" |
