Configure.help
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:3k
源码类别:

midi

开发平台:

Unix_Linux

  1. Skins module
  2. CONFIG_SKINS
  3.   Enables the skins interface.
  4.   BE CAREFUL: under linux, you must have the wxWindows library compiled 
  5.   with GTK2 support See http://www.wxwindows.org.
  6. CD input and control library (libcdio) support
  7. CONFIG_CDIO
  8.   This library is used in an enhanced audio CD plugin called "cddax"
  9.   and a Video CD plugin called "vcdx". 
  10.   It is also used in the "Probe" button of the "Open Disc" menu to find
  11.   an appropriate media for the disc type that has been selected. 
  12.   See http://www.gnu.org/software/libcdio.
  13. audio CD module with CD-Text & CD-Paranoia (via libcdio)
  14. CONFIG_CDDAX
  15.   This audio CD plugin can get CD-Text information from an
  16.   audio CD. If the library libcddb is available, the plugin can show
  17.   CDDB information too. This plugin needs libraries from libcdio.
  18.   The information from CD-Text or CDDB can be used in a number of ways.
  19.   It is shown in the "Stream and Media Window" and it is shown when 
  20.   playing a CD information in a playlist. Exactly what information to be
  21.   shown can be customized. 
  22.   This plugin can also make use of CD-paranoia to correct for jittering
  23.   of a a CD-ROM drive. Jitter correction which is more CPU intensive but 
  24.   is often desirable for making ripping more acurate. 
  25. VCD module with navigation (via libcdio and libvcdinfo)
  26. CONFIG_VCDX
  27.   This Video CD plugin uses understands VCD information to a great level
  28.   of detail. Much more so than the built-in VCD plugin. As as result, it 
  29.   can perform playback control and show still menus and motion MPEGs in 
  30.   the first ISO-9660 track. 
  31.   Alas, the full potential of this plugin hasn't been realized, even
  32.   though a great bit of the code is shared between this and the xine
  33.   VCD plugin. In particular, menu selection and keyboard input is not
  34.   available, and switching between different formats of MPEGs causes
  35.   new windows to pop up. If you want more complete VCD playback, at
  36.   present the xine VCD plugin is more complete. Volunteers in
  37.   finishing this plugin are always welcome.
  38.   This plugin needs libraries from libcdio, and a library from the
  39.   vcdimager package called libvcdinfo.
  40.   Information on vcdimager is at http://www.vcdimager.org
  41. CDDB lookups (via libcddb) for audio CD
  42. CONFIG_CDDB
  43.   This library is used in an enhanced audio CD plugin called "cddax" to 
  44.   allow it to look up audio CD information. CD database information
  45.   resides on the Internet but since the same information appears 
  46.   frequently, the information is often saved (or "cached") locally.
  47.   See http://libcddb.sourceforge.net  
  48. built-in VCD and audio CD support
  49. CONFIG_VCD
  50.   Built-in in support for Video CD (VCD) and audio CD (CD-DA) exists. 
  51.   Support is pretty basic, but it doesn't require the use of external
  52.   libraries libcdio and libvcdinfo. If you need more advanced support
  53.   see the cddax and vcdx plugins.