From 1edcca4f7cd7c0492f566e49638c24598c7f5d55 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Mon, 30 Mar 2009 10:33:51 +0200 Subject: [PATCH] docs: Some grammar and typo corrections. --- docs/gst/building.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/gst/building.xml b/docs/gst/building.xml index 2b3d56a82a..a7f8fc57e3 100644 --- a/docs/gst/building.xml +++ b/docs/gst/building.xml @@ -50,22 +50,22 @@ How to build the GStreamer framework and applications using it. - In addition there are several option to activate or deactivate features. + In addition there are several options to activate or deactivate features. E.g. passing to configure - will turn the debugging subsystem into non-functional stub and remove all - macro based invokations from within the library (and anything compiled - against the library afterwards) + will turn the debugging subsystem into a non-functional stub and remove all + macro based invocations from within the library (and anything compiled + against the library afterwards.) - If library size matters and one builds in a controlled environment, its also - possible to totaly remove sybsystem code. This is intetionally not offered - as a configure option as it causes an ABI break. Code build against a - version of GStreamer without these modifications needs to be recompiled. + If library size matters and one builds in a controlled environment, it is + also possible to totally remove subsystem code. This is intentionally not + offered as a configure option as it causes an ABI break. Code built against + a version of GStreamer without these modifications needs to be recompiled. make CFLAGS="-DGST_REMOVE_DEPRECATED -DGST_REMOVE_DISABLED" - + @@ -76,7 +76,7 @@ How to build the GStreamer framework and applications using it. GST_REMOVE_DISABLED - Omit stubs for disabled - subsytems from the library. + subsystems from the library. @@ -89,8 +89,8 @@ How to build the GStreamer framework and applications using it. Applications and libraries can use pkg-config to get all the -needed compiler and linker flags building against GStreamer. Please note that -GStreamer is split into several libraries itself. +needed compiler and linker flags to build against GStreamer. Please note that +GStreamer is split into several libraries itself. pkg-config --list-all | grep gstreamer will list the available libraries.