diff options
author | Martin Storsjö <martin@martin.st> | 2011-07-08 13:37:54 +0300 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2011-07-12 18:13:35 +0200 |
commit | a52c615a421d497614020df4e04d91e18fc8c0a2 (patch) | |
tree | 39c23ee288f1dc9ee410189b685146d4136f3841 | |
parent | 5c2d7c4dc8b8618f6586e220f4af6e4baae6dac2 (diff) | |
download | ffmpeg-a52c615a421d497614020df4e04d91e18fc8c0a2.tar.gz |
docs: Use proper markup for a literal command line option
Signed-off-by: Martin Storsjö <martin@martin.st>
(cherry picked from commit a3a94e1498685480800c22fc3ffa20d42ccfd527)
-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 93f563e1bf..a35c809000 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -986,7 +986,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. |