]> git.sesse.net Git - vlc/blob - doc/vlc-config.1
Merge branch 'master' into lpcm_encoder
[vlc] / doc / vlc-config.1
1 .TH LIBVLC 1 "8 August 2002" Version 0.5.0
2 .SH NAME
3 vlc-config - script to get information about the installed version of libvlc
4 .SH SYNOPSIS
5 .B vlc-config
6 [\-\-prefix\fI[=DIR]\fP] [\-\-exec\-prefix\fI[=DIR]\fP] [\-\-version] [\-\-libs] [\-\-cflags]
7 .SH DESCRIPTION
8 .PP
9 \fIvlc-config\fP is a tool that is used to configure to determine
10 the compiler and linker flags that should be used to compile
11 and link programs that use \fIlibvlc\fP.
12 .
13 .SH OPTIONS
14 \fIvlc-config\fP accepts the following options:
15 .TP 8
16 .B  \-\-version
17 Print the currently installed version of \fIlibvlc\fP on the standard output.
18 .TP 8
19 .B  \-\-libs
20 Print the linker flags that are necessary to link a \fIlibvlc\fP program.
21 .TP 8
22 .B  \-\-cflags
23 Print the compiler flags that are necessary to compile a \fIlibvlc\fP program.
24 .TP 8
25 .B  \-\-prefix=PREFIX
26 If specified, use PREFIX instead of the installation prefix that \fIlibvlc\fP
27 was built with when computing the output for the \-\-cflags and
28 \-\-libs options. This option is also used for the exec prefix
29 if \-\-exec\-prefix was not specified. This option must be specified
30 before any \-\-libs or \-\-cflags options.
31 .TP 8
32 .B  \-\-exec\-prefix=PREFIX
33 If specified, use PREFIX instead of the installation exec prefix that
34 \fIlibvlc\fP was built with when computing the output for the \-\-cflags
35 and \-\-libs options.  This option must be specified before any
36 \-\-libs or \-\-cflags options.
37 .SH SEE ALSO
38 .BR vlc (1),
39 .SH COPYRIGHT
40 Copyright \(co  2002 Owen Taylor, modified by Sam Hocevar
41
42 Permission to use, copy, modify, and distribute this software and its
43 documentation for any purpose and without fee is hereby granted,
44 provided that the above copyright notice appear in all copies and that
45 both that copyright notice and this permission notice appear in
46 supporting documentation.