From 734aaba0c759e7fddd40076c8276b02286529c0e Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 20 Sep 2005 20:47:55 +0000 Subject: [PATCH] docs/libs/compiling.sgml: fixing typos Original commit message from CVS: * docs/libs/compiling.sgml: fixing typos --- ChangeLog | 5 +++++ docs/libs/compiling.sgml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4992bf3..ea7aed5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-21 Stefan Kost + + * docs/libs/compiling.sgml: + fixing typos + 2005-09-20 Wim Taymans * gst-libs/gst/rtp/gstbasertppayload.c: diff --git a/docs/libs/compiling.sgml b/docs/libs/compiling.sgml index 4b6ae31..1eaad09 100644 --- a/docs/libs/compiling.sgml +++ b/docs/libs/compiling.sgml @@ -2,7 +2,7 @@ Compiling 3 -GLib Library +GStreamer-Base Library @@ -24,7 +24,7 @@ find the header files and libraries. This is done with the The following interactive shell session demonstrates how pkg-config is used: -$ 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 -- 2.7.4