Commit a3a94e14 authored by Martin Storsjö's avatar Martin Storsjö

docs: Use proper markup for a literal command line option

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent a0db0b30
...@@ -961,7 +961,7 @@ extern __declspec(dllimport) const AVPixFmtDescriptor av_pix_fmt_descriptors[]; ...@@ -961,7 +961,7 @@ extern __declspec(dllimport) const AVPixFmtDescriptor av_pix_fmt_descriptors[];
Note that using import libraries created by dlltool requires Note that using import libraries created by dlltool requires
the linker optimization option to be set to the linker optimization option to be set to
"References: Keep Unreferenced Data (/OPT:NOREF)", otherwise "References: Keep Unreferenced Data (@code{/OPT:NOREF})", otherwise
the resulting binaries will fail during runtime. This isn't the resulting binaries will fail during runtime. This isn't
required when using import libraries generated by lib.exe. required when using import libraries generated by lib.exe.
This issue is reported upstream at This issue is reported upstream at
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment