MPV_ENABLE_DEPRECATED

The API user is allowed to "#define MPV_ENABLE_DEPRECATED 0" before including any libmpv headers. Then deprecated symbols will be excluded from the headers. (Of course, deprecated properties and commands and other functionality will still work.)

extern (C)
enum MPV_ENABLE_DEPRECATED = 1;

Meta