summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorÉrico Rolim <erico.erc@gmail.com>2021-02-10 23:35:24 -0300
committerJan Ekström <jeebjp@gmail.com>2021-02-12 23:25:08 +0200
commitce3fe08bd47b9bb23fadd37e9e4001ca87c59ecd (patch)
treef9ad0a603951fca6f80af76233f830a4a1c6cd93 /DOCS/man
parent0075b76eebc22d166aeab4d8cb9e7c76863fec51 (diff)
downloadmpv-ce3fe08bd47b9bb23fadd37e9e4001ca87c59ecd.tar.bz2
mpv-ce3fe08bd47b9bb23fadd37e9e4001ca87c59ecd.tar.xz
DOCS: fix cplugins information in libmpv.rst.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/libmpv.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/libmpv.rst b/DOCS/man/libmpv.rst
index 909a2bb447..7f5d2f5c39 100644
--- a/DOCS/man/libmpv.rst
+++ b/DOCS/man/libmpv.rst
@@ -21,8 +21,8 @@ C PLUGINS
You can write C plugins for mpv. These use the libmpv API, although they do not
use the libmpv library itself.
-Currently, they must be explicitly enabled at build time with
-``--enable-cplugins``. They are available on Linux/BSD platforms only.
+They are available on Linux/BSD platforms only and enabled by default if the
+compiler supports linking with the ``-rdynamic`` flag.
C plugins location
------------------