summaryrefslogtreecommitdiffstats
path: root/libmpv/client.h
diff options
context:
space:
mode:
authorlights0123 <developer@lights0123.com>2023-08-09 20:46:49 -0400
committersfan5 <sfan5@live.de>2023-08-10 11:05:31 +0200
commitf118faed421e0465c03e6adc2ace6545761aa9e6 (patch)
tree87f34c8783112fead6e2b203dc262382fcefbd0a /libmpv/client.h
parent1df0a42a8cb12005311f6a03f3a1c4329c798f8c (diff)
downloadmpv-f118faed421e0465c03e6adc2ace6545761aa9e6.tar.bz2
mpv-f118faed421e0465c03e6adc2ace6545761aa9e6.tar.xz
DOCS: update LGPL building instructions
previous build system used --enable-lgpl
Diffstat (limited to 'libmpv/client.h')
-rw-r--r--libmpv/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpv/client.h b/libmpv/client.h
index 2d1b0f74e3..f9c4420063 100644
--- a/libmpv/client.h
+++ b/libmpv/client.h
@@ -17,7 +17,7 @@
* Note: the client API is licensed under ISC (see above) to enable
* other wrappers outside of mpv. But keep in mind that the
* mpv core is by default still GPLv2+ - unless built with
- * --enable-lgpl, which makes it LGPLv2+.
+ * -Dgpl=false, which makes it LGPLv2+.
*/
#ifndef MPV_CLIENT_API_H_