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