This "fixes" errors like these:
```
FAILED: obj/third_party/angle/angle_gpu_info_util/SystemInfo_vulkan.o
[...]
In file included from ../../third_party/wayland/src/src/wayland-client.h:40:
/nix/store/an42rhwn6ck2nix6caikrr4rvizknjhh-wayland-1.21.0-dev/include/wayland-client-protocol.h:1040:13: error: use of undeclared identifier 'wl_proxy_marshal_flags'
callback = wl_proxy_marshal_flags((struct wl_proxy *) wl_display,
^
[...]
/nix/store/an42rhwn6ck2nix6caikrr4rvizknjhh-wayland-1.21.0-dev/include/wayland-client-protocol.h:1392:87: error: use of undeclared identifier 'WL_MARSHAL_FLAG_DESTROY'
WL_SHM_POOL_DESTROY, NULL, wl_proxy_get_version((struct wl_proxy *) wl_shm_pool), WL_MARSHAL_FLAG_DESTROY);
^
[...]
fatal error: too many errors emitted, stopping now [-ferror-limit=]
```
At least for now (until Chromium updates their bundled Wayland version) it
seems best to use the bundled headers/versions to avoid version incompatibility
issues (we should hopefully be able to drop use_system_wayland_scanner though).
notable changes:
- improved handling for disc with mastering errors, structure protection
- minor bugfixes
full changelog: <https://www.makemkv.com/download/>
```
MakeMKV v1.17.1 (13.7.2022 )
Small improvements and bugfixes
Bug fixes:
Program could hang when scanning certain protected DVD discs using CellWallk method
Some titles were truncated on DVDs with structure protection, when using CellWallk method
Small bugfixes
1.17.0 regressions:
On some UHD HEVC streams program spitted thousands of invalid "Corrupt" messages, appearing to hang
Program crashed decoding certain AC3 (DD) streams, usually during transcoding
MakeMKV v1.17.0 (27.6.2022 )
Improved handling for discs with mastering errors
A new, rewritten DVD engine - much better handling for discs with structure protection
Many internal improvements and small bugfixes
Notable Bug fixes:
Program failed to recognize some exotic USB drives
Program failed on some DVD streams recorded from sattelite feed (TiVO DVD)
Program could hang if internet connection wasn't available
```
In order to make this latest version of VCV Rack build, I had to
use VCV's fork of the RtAudio library, which has diverged from the
official RtAudio releases. I also disabled parallel builds because
they seemed to be causing non-deterministic build failures.
It is possible that the VCV team will eventually make new releases
of Rack that can again be built against the latest official release
of RtAudio; if that ever happens we can stop packaging VCV Rack
wit its own version of the library.