logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

xine-config - script to get information about the installed version of libxine

Description

xine-configisDEPRECATED.Usepkg-configinstead.xine-config is a tool that is used to determine the compiler and linker flags  that  should  be  used  to
       compile  and  link  programs  that  use  libxine.  It can also be used to determine the directories where
       libxine expects plugins.

Name

       xine-config - script to get information about the installed version of libxine

Options

xine-config accepts the following options, passing them on (possibly modified) to pkg-configlibxine:

       --version
               --modversion
               Print the currently installed version of libxine on the standard output.

       --libs--cflags--objcflags
               Passed on unmodified.
               Print the compiler flags (for C and Objective C, respectively) that are necessary  to  compile  a
               program that uses libxine.

       --bindir--plugindir--datadir--scriptdir--localedir
               --variable=...
               Print  the  directory  where,  respectively,  libxine  binaries, plugins, data files, scripts and
               locale data are stored/expected.

       --prefix=PREFIX
               --define-variable=prefix=PREFIX
               If specified, use PREFIX instead of the installation prefix that xine-lib was  built  with.  This
               option is also used for the exec prefix if --exec-prefix was not specified.

       --exec-prefix=PREFIX
               --define-variable=exec_prefix=PREFIX
               If specified, use PREFIX instead of the installation exec prefix that xine-lib was built with.

See Also

xine-lib(3), xine(1)

Synopsis

xine-config   [--prefix[=DIR]]   [--exec-prefix[=DIR]]   [--version]  [--libs]  [--cflags]  [--objcflags]
       [--plugindir] [--datadir] [--scriptdir] [--localedir]

See Also