[FFmpeg-devel] [PATCH 3/4] doc/faq: remove indent in example.

Timothy Gu timothygu99 at gmail.com
Wed Sep 25 00:44:24 CEST 2013


On Sep 24, 2013 12:47 PM, "Clément Bœsch" <u at pkh.me> wrote:
>
> CSS should take care of this.

Nit: output formats other than HTML don't use CSS, thus this is confusing.
I suggest to just remove this.

> ---
>  doc/faq.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/faq.texi b/doc/faq.texi
> index 9572701..b652876 100644
> --- a/doc/faq.texi
> +++ b/doc/faq.texi
> @@ -497,7 +497,7 @@ An easy way to get the full list of required
libraries in dependency order
>  is to use @code{pkg-config}.
>
>  @example
> -  c99 -o program program.c $(pkg-config --cflags --libs libavformat
libavcodec)
> +c99 -o program program.c $(pkg-config --cflags --libs libavformat
libavcodec)
>  @end example
>
>  See @file{doc/example/Makefile} and @file{doc/example/pc-uninstalled} for
> --
> 1.8.4

LGTM assuming tested and output does not look ugly.

Timothy


More information about the ffmpeg-devel mailing list