diff options
| author | Michael Forney <mforney@mforney.org> | 2022-09-06 23:31:52 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2022-09-07 16:00:07 -0700 |
| commit | 0e01791187d5a8d1e00eff3f90ba4dd09b7e6535 (patch) | |
| tree | f1d33671c9794902495e5883b830b8cf61f6c411 /pkg/mpv/config.h | |
| parent | 569b21ba94f76e8d419fbc8375daef73cdb43583 (diff) | |
mpv: Update to 0.34.1
Diffstat (limited to 'pkg/mpv/config.h')
| -rw-r--r-- | pkg/mpv/config.h | 28 |
1 files changed, 8 insertions, 20 deletions
diff --git a/pkg/mpv/config.h b/pkg/mpv/config.h index d8ce46f4..c31527cb 100644 --- a/pkg/mpv/config.h +++ b/pkg/mpv/config.h @@ -20,6 +20,7 @@ #define HAVE_LIBDL 1 #define HAVE_CPLUGINS 0 #define HAVE_ASM 1 +#define HAVE_VECTOR 1 #define HAVE_CLANG_DATABASE 0 #define HAVE_SWIFT_STATIC 0 #define HAVE_NOEXECSTACK 0 @@ -35,35 +36,26 @@ #define HAVE_WIN32_DESKTOP 0 #define HAVE_WIN32_INTERNAL_PTHREADS 0 #define HAVE_PTHREADS 1 -#define HAVE_GNUC 1 +#define HAVE_PTHREAD_DEBUG 0 #define HAVE_STDATOMIC 1 -#define HAVE_ALIGNED_ALLOC 1 -#define HAVE_ATOMICS 1 #define HAVE_LIBRT 1 #define HAVE_ICONV 1 #define HAVE_DOS_PATHS 0 -#define HAVE_POSIX_SPAWN_NATIVE 1 -#define HAVE_POSIX_SPAWN_ANDROID 0 -#define HAVE_POSIX_SPAWN 1 -#define HAVE_WIN32_PIPES 0 #define HAVE_GLOB_POSIX 1 #define HAVE_GLOB_WIN32 0 #define HAVE_GLOB 1 -#define HAVE_FCHMOD 1 #define HAVE_VT_H 1 +#define HAVE_CONSIO_H 0 #define HAVE_GBM_H 0 #define HAVE_GLIBC_THREAD_NAME 1 #define HAVE_OSX_THREAD_NAME 0 #define HAVE_BSD_THREAD_NAME 0 #define HAVE_BSD_FSTATFS 0 #define HAVE_LINUX_FSTATFS 1 -#define HAVE_MEMFD_CREATE 1 -#define HAVE_LIBSMBCLIENT 0 +#define HAVE_LINUX_INPUT_EVENT_CODES 1 #define HAVE_LUA 1 #define HAVE_JAVASCRIPT 0 #define HAVE_LIBASS 1 -#define HAVE_LIBASS_OSD 1 -#define HAVE_DUMMY_OSD 0 #define HAVE_ZLIB 1 #define HAVE_LIBBLURAY 0 #define HAVE_DVDNAV 0 @@ -77,16 +69,11 @@ #define HAVE_DVBIN 0 #define HAVE_SDL2 0 #define HAVE_SDL2_GAMEPAD 0 -#define HAVE_LIBAVCODEC 1 -#define HAVE_LIBAVUTIL 1 #define HAVE_FFMPEG 1 -#define HAVE_LIBAV 0 -#define HAVE_LIBAV_ANY 1 #define HAVE_LIBAVDEVICE 1 -#define HAVE_FFMPEG_STRICT_ABI 0 +#define HAVE_FFMPEG_AVIOCONTEXT_BYTES_READ 1 #define HAVE_SDL2_AUDIO 0 #define HAVE_OSS_AUDIO 0 -#define HAVE_RSOUND 0 #define HAVE_SNDIO 0 #define HAVE_PULSE 0 #define HAVE_JACK 0 @@ -99,15 +86,16 @@ #define HAVE_SDL2_VIDEO 0 #define HAVE_COCOA 0 #define HAVE_DRM 1 -#define HAVE_DRMPRIME 0 #define HAVE_GBM 0 #define HAVE_WAYLAND_SCANNER 1 #define HAVE_WAYLAND_PROTOCOLS 1 #define HAVE_WAYLAND 1 +#define HAVE_MEMFD_CREATE 1 #define HAVE_X11 0 #define HAVE_XV 0 #define HAVE_GL_COCOA 0 #define HAVE_GL_X11 0 +#define HAVE_RPI 0 #define HAVE_EGL 0 #define HAVE_EGL_X11 0 #define HAVE_EGL_DRM 0 @@ -135,7 +123,6 @@ #define HAVE_SPIRV_CROSS_STATIC 0 #define HAVE_SPIRV_CROSS 0 #define HAVE_D3D11 0 -#define HAVE_RPI 0 #define HAVE_IOS_GL 0 #define HAVE_PLAIN_GL 0 #define HAVE_GL 0 @@ -143,6 +130,7 @@ #define HAVE_VULKAN 0 #define HAVE_VAAPI_VULKAN 0 #define HAVE_EGL_HELPERS 0 +#define HAVE_SIXEL 0 #define HAVE_VIDEOTOOLBOX_HWACCEL 0 #define HAVE_VIDEOTOOLBOX_GL 0 #define HAVE_D3D_HWACCEL 0 |
