mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
docs/libs/compiling.sgml: fixing typos
Original commit message from CVS: * docs/libs/compiling.sgml: fixing typos
This commit is contained in:
parent
597ace35b5
commit
734aaba0c7
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-09-21 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* docs/libs/compiling.sgml:
|
||||||
|
fixing typos
|
||||||
|
|
||||||
2005-09-20 Wim Taymans <wim@fluendo.com>
|
2005-09-20 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* gst-libs/gst/rtp/gstbasertppayload.c:
|
* gst-libs/gst/rtp/gstbasertppayload.c:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<refmeta>
|
<refmeta>
|
||||||
<refentrytitle>Compiling</refentrytitle>
|
<refentrytitle>Compiling</refentrytitle>
|
||||||
<manvolnum>3</manvolnum>
|
<manvolnum>3</manvolnum>
|
||||||
<refmiscinfo>GLib Library</refmiscinfo>
|
<refmiscinfo>GStreamer-Base Library</refmiscinfo>
|
||||||
</refmeta>
|
</refmeta>
|
||||||
|
|
||||||
<refnamediv>
|
<refnamediv>
|
||||||
|
@ -24,7 +24,7 @@ find the header files and libraries. This is done with the
|
||||||
The following interactive shell session demonstrates how
|
The following interactive shell session demonstrates how
|
||||||
<application>pkg-config</application> is used:
|
<application>pkg-config</application> is used:
|
||||||
<programlisting>
|
<programlisting>
|
||||||
$ pk-gconfig --cflags gstreamer-plugins-base-&GST_MAJORMINOR;
|
$ pkg-gconfig --cflags gstreamer-plugins-base-&GST_MAJORMINOR;
|
||||||
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gstreamer-&GST_MAJORMINOR; -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2
|
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gstreamer-&GST_MAJORMINOR; -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2
|
||||||
$ pkg-config --libs gstreamer-plugins-base-&GST_MAJORMINOR;
|
$ pkg-config --libs gstreamer-plugins-base-&GST_MAJORMINOR;
|
||||||
-Wl,--export-dynamic -pthread -lgstreamer-&GST_MAJORMINOR; -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lxml2 -lpthread -lz -lm -lglib-2.0
|
-Wl,--export-dynamic -pthread -lgstreamer-&GST_MAJORMINOR; -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lxml2 -lpthread -lz -lm -lglib-2.0
|
||||||
|
|
Loading…
Reference in a new issue