mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
docs: Some grammar and typo corrections.
This commit is contained in:
parent
c2e762da86
commit
1edcca4f7c
1 changed files with 12 additions and 12 deletions
|
@ -50,22 +50,22 @@ How to build the GStreamer framework and applications using it.
|
|||
</para>
|
||||
|
||||
<para>
|
||||
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 <option>--disable-gst-debug</option> to <command>configure</command>
|
||||
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.)
|
||||
</para>
|
||||
<para>
|
||||
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.
|
||||
|
||||
<literallayout>
|
||||
<userinput>make CFLAGS="-DGST_REMOVE_DEPRECATED -DGST_REMOVE_DISABLED"</userinput>
|
||||
</literallayout>
|
||||
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
|
@ -76,7 +76,7 @@ How to build the GStreamer framework and applications using it.
|
|||
<listitem>
|
||||
<para>
|
||||
<symbol>GST_REMOVE_DISABLED</symbol> - Omit stubs for disabled
|
||||
subsytems from the library.
|
||||
subsystems from the library.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
@ -89,8 +89,8 @@ How to build the GStreamer framework and applications using it.
|
|||
|
||||
<para>
|
||||
Applications and libraries can use <command>pkg-config</command> 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.
|
||||
<command>pkg-config --list-all | grep gstreamer</command> will list the
|
||||
available libraries.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue