While testing the mpv build, I noticed that the description of mpv_options has changed.Specifically, it seems that "-DOpt1=value" is required to specify the option.This option is for my environment and should be changed by yourself.All of the options are in mpv-build/mpv/meson_options.txt.
Before
--enable-vapoursynth
--enable-libmpv-shared
--enable-gl
--enable-vdpau
--enable-xv
--enable-x11
--enable-wayland
--enable-vulkan
--enable-pulse
--enable-libplacebo
After
-Dvapoursynth=enabled
-Dlibmpv=true
-Dgl=enabled
-Dvdpau=enabled
-Dxv=enabled
-Dx11=enabled
-Dwayland=enabled
-Dvulkan=enabled
-Dpulse=enabled
-Dlibplacebo=enabled