From 49210e38b06a2e611cf506c1c2744eb431cd33cb Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 8 Sep 2012 08:52:40 +0000 Subject: formatting --- doc/libextractor.texi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/libextractor.texi b/doc/libextractor.texi index ae18bca..3328da2 100644 --- a/doc/libextractor.texi +++ b/doc/libextractor.texi @@ -200,7 +200,7 @@ libavformat-dev @item libswscale-dev @item -@libgstreamer1.0-dev +libgstreamer1.0-dev @end itemize For Subversion access and compilation one also needs: @@ -294,22 +294,22 @@ inside it. The Mac OS X installer application will then run. The framework is installed to the root volume's @file{/Library/Frameworks} folder and installing will require admin privileges. -The framework can be uninstalled by dragging -@file{/Library/Frameworks/Extractor.framework} cto the @file{Trash}. +The framework can be uninstalled by dragging @* +@file{/Library/Frameworks/Extractor.framework} to the @file{Trash}. @subsection Using the framework -In the framework, the @command{extract} command line tool can be found at +In the framework, the @command{extract} command line tool can be found at @* @file{/Library/Frameworks/Extractor.framework/Versions/Current/bin/extract} The framework can be used in software projects as a framework or as a dynamic library. When using the framework as a dynamic library in projects using autotools, -one would most likely want to add +one would most likely want to add @* "-I/Library/Frameworks/Extractor.framework/Versions/Current/include" -to CPPFLAGS and +to CPPFLAGS and @* "-L/Library/Frameworks/Extractor.framework/Versions/Current/lib" to LDFLAGS. -- cgit v1.2.3