File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -40,15 +40,15 @@ On success, the resulting zip file will be in the `artifacts` subdir.
4040### Targets, Variants and Addins
4141
4242Available targets:
43- * win64 (x86_64 Windows)
44- * win32 (x86 Windows)
45- * linux64 (x86_64 Linux, glibc>=2.23, linux>=4.4)
43+ * ` win64 ` (x86_64 Windows)
44+ * ` win32 ` (x86 Windows)
45+ * ` linux64 ` (x86_64 Linux, glibc>=2.23, linux>=4.4)
4646
4747Available:
48- * ` gpl `
49- * ` lgpl `
50- * ` gpl-shared `
51- * ` lgpl-shared `
48+ * ` gpl ` Includes all dependencies, even those that require full GPL instead of just LGPL.
49+ * ` lgpl ` Lacking libraries that are GPL-only. Most prominently libx264 and libx265.
50+ * ` gpl-shared ` Same as gpl, but comes with the libav * family of shared libs instead of pure static executables.
51+ * ` lgpl-shared ` Same again, but with the lgpl set of dependencies.
5252
5353All of those can be optionally combined with any combination of addins.
5454* ` 4.4 ` to build from the 4.4 release branch instead of master.
You can’t perform that action at this time.
0 commit comments