Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DOCS/man/libmpv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can write C plugins for mpv. These use the libmpv API, although they do not
use the libmpv library itself.

They are enabled by default if compiler supports linking with the ``-rdynamic``
flag on Linux/BSD platforms. On Windows the are always enabled.
flag on Linux/BSD platforms. On Windows they are always enabled.

C plugins location
------------------
Expand Down
Loading