1XINE(1) General Commands Manual XINE(1)
2
3
4
6 xine-config - script to get information about the installed version of
7 libxine
8
10 xine-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs]
11 [--cflags] [--plugindir] [--skindir]
12
14 xine-config is a tool that is used to determine the compiler and linker
15 flags that should be used to compile and link programs that use libx‐
16 ine. It can also be used to determine the directories where libxine
17 expects plugins and skins. Finally, it's also used internally by the
18 .m4 macros for GNU autoconf that are included with xine-lib.
19
21 xine-config accepts the following options:
22
23 --version
24 Print the currently installed version of libxine on the stan‐
25 dard output.
26
27 --libs Print the linker flags that are necessary to link libxine to a
28 program.
29
30 --cflags
31 Print the compiler flags that are necessary to compile a pro‐
32 gram that uses libxine.
33
34 --plugindir
35 Print the directory where libxine plugins are stored/expected.
36
37 --prefix=PREFIX
38 If specified, use PREFIX instead of the installation prefix
39 that xine-lib was built with when computing the output for the
40 --cflags and --libs options. This option is also used for the
41 exec prefix if --exec-prefix was not specified. This option
42 must be specified before any --libs or --cflags options.
43
44 --exec-prefix=PREFIX
45 If specified, use PREFIX instead of the installation exec pre‐
46 fix that xine-lib was built with when computing the output for
47 the --cflags and --libs options. This option must be specified
48 before any --libs or --cflags options.
49
51 xine-lib(3), xine(1)
52
54 Copyright © 2001 Siggi Langauf/the xine project, based on the man page
55 for gtk-config, © 1998 Owen Taylor
56
57 Permission to use, copy, modify, and distribute this software and its
58 documentation for any purpose and without fee is hereby granted, pro‐
59 vided that the above copyright notice appear in all copies and that
60 both that copyright notice and this permission notice appear in sup‐
61 porting documentation.
62
63
64
65The xine project 2001-08-28 XINE(1)