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

Clément Bœsch u at pkh.me
Tue Sep 24 21:46:29 CEST 2013


CSS should take care of 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



More information about the ffmpeg-devel mailing list