Fixes to properly conditionally compile architecture-dependent code
[platform/upstream/gstreamer.git] / gstreamer-config.1
1 .TH GStreamer 1 "March 2001"
2 .SH NAME
3 gstreamer\-config - script to get information about the installed version of GStreamer
4 .SH SYNOPSIS
5 .B  gstreamer\-config [\-\-prefix\fI[=DIR]\fP] [\-\-exec\-prefix\fI[=DIR]\fP] [\-\-version] [\-\-libs] [\-\-cflags]
6 .SH DESCRIPTION
7 .PP
8 \fIgstreamer\-config\fP is a tool that is used to configure to determine
9 the compiler and linker flags that should be used to compile
10 and link programs that use \fIGStreamer\fP. It is also used internally
11 to the .m4 macros for GNU autoconf that are included with \fIGStreamer\fP.
12 .
13 .SH OPTIONS
14 .l
15 \fIgstreamer\-config\fP accepts the following options:
16 .TP 8
17 .B  \-\-version
18 Print the currently installed version of \fIGStreamer\fP on the standard output.
19 .TP 8
20 .B  \-\-libs
21 Print the linker flags that are necessary to link a \fIGStreamer\fP program.
22 .TP 8
23 .B  \-\-cflags
24 Print the compiler flags that are necessary to compile a \fIGStreamer\fP program.
25 .TP 8
26 .B  \-\-prefix=PREFIX
27 If specified, use PREFIX instead of the installation prefix that \fIGStreamer\fP
28 was built with when computing the output for the \-\-cflags and
29 \-\-libs options. This option is also used for the exec prefix
30 if \-\-exec\-prefix was not specified. This option must be specified
31 before any \-\-libs or \-\-cflags options.
32 .TP 8
33 .B  \-\-exec\-prefix=PREFIX
34 If specified, use PREFIX instead of the installation exec prefix that
35 \fIGStreamer\fP was built with when computing the output for the \-\-cflags
36 and \-\-libs options.  This option must be specified before any
37 \-\-libs or \-\-cflags options.
38 .SH SEE ALSO
39 .BR gstreamer\-register (1),
40 .BR gstreamer\-inspect (1),
41 .BR gstreamer\-launch (1)
42 .SH AUTHOR
43 The GStreamer team at http://gstreamer.net/