vlc-config.1
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:2k
源码类别:

多媒体

开发平台:

MultiPlatform

  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. [--prefixfI[=DIR]fP] [--exec-prefixfI[=DIR]fP] [--version] [--libs] [--cflags]
  7. .SH DESCRIPTION
  8. .PP
  9. fIvlc-configfP 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 fIlibvlcfP.
  12. .
  13. .SH OPTIONS
  14. .l
  15. fIvlc-configfP accepts the following options:
  16. .TP 8
  17. .B  --version
  18. Print the currently installed version of fIlibvlcfP on the standard output.
  19. .TP 8
  20. .B  --libs
  21. Print the linker flags that are necessary to link a fIlibvlcfP program.
  22. .TP 8
  23. .B  --cflags
  24. Print the compiler flags that are necessary to compile a fIlibvlcfP program.
  25. .TP 8
  26. .B  --prefix=PREFIX
  27. If specified, use PREFIX instead of the installation prefix that fIlibvlcfP
  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. fIlibvlcfP 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 vlc (1),
  40. .SH COPYRIGHT
  41. Copyright (co  2002 Owen Taylor, modified by Sam Hocevar
  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.