diff options
| author | Michael Forney <mforney@mforney.org> | 2023-03-17 13:04:43 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2023-03-17 23:35:23 -0700 |
| commit | a129a63f93b5f7d756e8a2082dc9db47d07c57cb (patch) | |
| tree | 53de3b7980747085dd30dd1fcbc07f33ffaa9953 /pkg/mpv/config.h | |
| parent | 8eba2dc601580585ef34be71774202fd96a3d235 (diff) | |
mpv: Update to 0.35.1
Diffstat (limited to 'pkg/mpv/config.h')
| -rw-r--r-- | pkg/mpv/config.h | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/pkg/mpv/config.h b/pkg/mpv/config.h index c31527cb..af29667e 100644 --- a/pkg/mpv/config.h +++ b/pkg/mpv/config.h @@ -28,6 +28,7 @@ #define HAVE_MINGW 0 #define HAVE_POSIX 1 #define HAVE_ANDROID 0 +#define HAVE_ANDROID_MEDIA_NDK 0 #define HAVE_TVOS 0 #define HAVE_EGL_ANDROID 0 #define HAVE_POSIX_OR_MINGW 1 @@ -69,11 +70,14 @@ #define HAVE_DVBIN 0 #define HAVE_SDL2 0 #define HAVE_SDL2_GAMEPAD 0 +#define HAVE_JPEGXL 0 +#define HAVE_RUBBERBAND_3 0 #define HAVE_FFMPEG 1 +#define HAVE_AVCHANNEL_LAYOUT 1 #define HAVE_LIBAVDEVICE 1 -#define HAVE_FFMPEG_AVIOCONTEXT_BYTES_READ 1 #define HAVE_SDL2_AUDIO 0 #define HAVE_OSS_AUDIO 0 +#define HAVE_PIPEWIRE 0 #define HAVE_SNDIO 0 #define HAVE_PULSE 0 #define HAVE_JACK 0 @@ -89,6 +93,7 @@ #define HAVE_GBM 0 #define HAVE_WAYLAND_SCANNER 1 #define HAVE_WAYLAND_PROTOCOLS 1 +#define HAVE_WAYLAND_PROTOCOLS_1_24 1 #define HAVE_WAYLAND 1 #define HAVE_MEMFD_CREATE 1 #define HAVE_X11 0 @@ -110,6 +115,7 @@ #define HAVE_VAAPI 0 #define HAVE_VAAPI_X11 0 #define HAVE_VAAPI_WAYLAND 0 +#define HAVE_DMABUF_WAYLAND 0 #define HAVE_VAAPI_DRM 0 #define HAVE_VAAPI_X_EGL 0 #define HAVE_VAAPI_EGL 0 @@ -127,10 +133,14 @@ #define HAVE_PLAIN_GL 0 #define HAVE_GL 0 #define HAVE_LIBPLACEBO 0 +#define HAVE_LIBPLACEBO_NEXT 0 #define HAVE_VULKAN 0 -#define HAVE_VAAPI_VULKAN 0 +#define HAVE_VAAPI_LIBPLACEBO 0 #define HAVE_EGL_HELPERS 0 #define HAVE_SIXEL 0 +#define HAVE_DMABUF_INTEROP_GL 0 +#define HAVE_DMABUF_INTEROP_PL 0 +#define HAVE_DRM_IS_KMS 1 #define HAVE_VIDEOTOOLBOX_HWACCEL 0 #define HAVE_VIDEOTOOLBOX_GL 0 #define HAVE_D3D_HWACCEL 0 |
