docs/libs/compiling.sgml: fixing typos
authorStefan Kost <ensonic@users.sourceforge.net>
Tue, 20 Sep 2005 20:47:55 +0000 (20:47 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Tue, 20 Sep 2005 20:47:55 +0000 (20:47 +0000)
Original commit message from CVS:
* docs/libs/compiling.sgml:
fixing typos

ChangeLog
docs/libs/compiling.sgml

index 4992bf3..ea7aed5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * gst-libs/gst/rtp/gstbasertppayload.c:
index 4b6ae31..1eaad09 100644 (file)
@@ -2,7 +2,7 @@
 <refmeta>
 <refentrytitle>Compiling</refentrytitle>
 <manvolnum>3</manvolnum>
-<refmiscinfo>GLib Library</refmiscinfo>
+<refmiscinfo>GStreamer-Base Library</refmiscinfo>
 </refmeta>
 
 <refnamediv>
@@ -24,7 +24,7 @@ find the header files and libraries. This is done with the
 The following interactive shell session demonstrates how
 <application>pkg-config</application> is used:
 <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
 $ 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