diff options
author | Martin Storsjö <martin@martin.st> | 2011-07-08 13:37:54 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-07-08 16:28:06 +0300 |
commit | a3a94e1498685480800c22fc3ffa20d42ccfd527 (patch) | |
tree | 2de826f34ac07244736181395a7b571d4bb8ffad | |
parent | a0db0b302c98b7a1fe821771371685a744c23502 (diff) | |
download | ffmpeg-a3a94e1498685480800c22fc3ffa20d42ccfd527.tar.gz |
docs: Use proper markup for a literal command line option
Signed-off-by: Martin Storsjö <martin@martin.st>
-rw-r--r-- | doc/general.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/general.texi b/doc/general.texi index 3459277dad..c97a7575c8 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -961,7 +961,7 @@ extern __declspec(dllimport) const AVPixFmtDescriptor av_pix_fmt_descriptors[]; Note that using import libraries created by dlltool requires 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 required when using import libraries generated by lib.exe. This issue is reported upstream at |