summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-04-20 06:16:23 +0200
committerwm4 <wm4@nowhere>2017-04-20 06:19:55 +0200
commit5ae25ae42449b29edcb5d4561ef83f950fd26683 (patch)
tree50f041b3e7851dc2f2af1b63b71c2fd9f00d577e /DOCS
parentf41e50530fb8144793a89d5edbccb1a415415e16 (diff)
downloadmpv-5ae25ae42449b29edcb5d4561ef83f950fd26683.tar.bz2
mpv-5ae25ae42449b29edcb5d4561ef83f950fd26683.tar.xz
client API: add MPV_ENABLE_DEPRECATED symbol
(Of course this is on by default, because otherwise we'd randomly break downstream applications.)
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/client-api-changes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/client-api-changes.rst b/DOCS/client-api-changes.rst
index 5e6e1d3180..f2a84a6acb 100644
--- a/DOCS/client-api-changes.rst
+++ b/DOCS/client-api-changes.rst
@@ -32,6 +32,9 @@ API changes
::
+ --- mpv 0.25.0 ---
+ 1.24 - add a MPV_ENABLE_DEPRECATED preprocessor symbol, which can be defined
+ by the user to exclude deprecated API symbols from the C headers
--- mpv 0.23.0 ---
1.24 - the deprecated mpv_suspend() and mpv_resume() APIs now do nothing.
--- mpv 0.22.0 ---