]> git.sesse.net Git - vlc/blob - config.in
dcdf3727505c68f7f262de2f0176ab3b08d54e86
[vlc] / config.in
1 #
2 # For a description of the syntax of this configuration file,
3 # see Documentation/kbuild/config-language.txt.
4 #
5 mainmenu_name "VLC Configuration"
6
7 choice 'Operating System' \
8    "Linux               CONFIG_LINUX \
9     MacOS_X             CONFIG_MAC \
10     Win32               CONFIG_WIN32" Linux
11
12 mainmenu_option next_comment
13 comment 'Graphical User Interfaces'
14 bool 'GTK+ support' CONFIG_GTK
15 dep_bool '   Gnome interface support' CONFIG_GNOME $CONFIG_GTK
16 bool 'GTK2 support' CONFIG_GTK2
17 dep_bool '   Gnome2 support' CONFIG_GNOME2 $CONFIG_GTK2
18 bool 'Skins module' CONFIG_SKINS
19 bool 'Familiar GTK+ support' CONFIG_FAMILIAR
20 bool 'wxWindows support' CONFIG_WXWINDOWS
21 bool 'Qt interface support' CONFIG_QT
22 bool 'KDE interface support' CONFIG_KDE
23 bool 'Qt embedded interface support' CONFIG_OPIE
24 if [ "$CONFIG_MAC" = "y" ]; then
25    bool 'MacOS X support' CONFIG_MACOSX
26 fi
27 bool 'QNX RTOS support' CONFIG_QNX
28 if [ "$CONFIG_WIN32" = "y" ]; then
29    bool 'Win32 interface support' CONFIG_INTFWIN
30 fi
31 bool 'ncurses interface support' CONFIG_NCURSES
32 bool 'xosd interface support' CONFIG_XOSD
33 endmenu
34
35 mainmenu_option next_comment
36 comment 'Inputs'
37 bool 'DVD support' CONFIG_DVD
38 if [ "$CONFIG_DVD" = "y" ]; then
39    bool '    DVD input module' CONFIG_DVDOLD
40    bool '    dvdread input module' CONFIG_DVDREAD
41    bool '    dvdplay input module' CONFIG_DVDPLAY
42    bool '    dvbpsi ts mux and demux module' CONFIG_DVBPSI
43 fi
44 bool 'VCD support' CONFIG_VCD
45 bool 'Video for Linux (V4L) support' CONFIG_V4L
46 bool 'Satellite support' CONFIG_SAT
47 endmenu
48
49 mainmenu_option next_comment
50 comment 'Video outputs'
51 if [ "$CONFIG_LINUX" = "y" ]; then
52    bool 'X11 support' CONFIG_X11
53    bool 'XVideo support' CONFIG_XVIDEO
54    bool 'Linux framebuffer support' CONFIG_FB
55 fi
56 if [ "$CONFIG_WIN32" = "y" ]; then
57    bool 'Win32 DirectX support' CONFIG_DIRECTX
58    bool 'Win32 GDI module' CONFIG_WINGDI
59 fi
60 bool 'SDL video output' CONFIG_SDL
61 bool 'freetype support' CONFIG_FREETYPE
62 bool 'QT Embedded support' CONFIG_QTE
63 bool 'Linux kernel Matrox support' CONFIG_MGA
64 bool 'SVGAlib support' CONFIG_SVGALIB
65 bool 'GGI support' CONFIG_GGI
66 bool 'Glide (3dfx) support' CONFIG_GLIDE
67 bool 'aalib output' CONFIG_AA
68 endmenu
69
70 mainmenu_option next_comment
71 comment 'Audio outputs'
72 if [ "$CONFIG_LINUX" = "y" ]; then
73    bool 'Linux OSS /dev/dsp support' CONFIG_OSS
74    bool 'Esound library support' CONFIG_ESD
75    bool 'aRts sound server' CONFIG_ARTS
76    bool 'ALSA sound support for Linux' CONFIG_ALSA
77 fi
78 if [ "$CONFIG_WIN32" = "y" ]; then
79    bool 'Win32 waveOut module' CONFIG_WAVEOUT
80 fi
81 if [ "$CONFIG_MAC" = "y" ]; then
82    bool 'CoreAudio module' CONFIG_COREAUDIO
83 fi
84 endmenu
85
86 mainmenu_option next_comment
87 comment 'Codecs'
88 bool 'Ogg demux support' CONFIG_OGG
89 bool 'A/52 support' CONFIG_A52
90 bool 'libmad module' CONFIG_MAD
91 bool 'ffmpeg codec' CONFIG_FFMPEG
92 if [ "$CONFIG_FFMPEG" = "y" ]; then
93    string "ffmpeg tree" CONFIG_FFMPEG_TREE /home/videolan/ffmpeg
94 fi
95 bool 'faad codec' CONFIG_FAAD
96 bool 'xvid codec' CONFIG_XVID
97 bool 'DV decoder support' CONFIG_DV
98 bool 'flac decoder support' CONFIG_FLAC
99 bool 'libmpeg2 decoder support' CONFIG_LIBMPEG2
100 bool 'Vorbis decoder support' CONFIG_VORBIS
101 bool 'Tremor decoder support' CONFIG_TREMOR
102 bool 'tarkin codec' CONFIG_TARKIN
103 bool 'theora codec' CONFIG_THEORA
104 endmenu
105
106 mainmenu_option next_comment
107 comment 'Streaming'
108 bool 'Stream output modules' CONFIG_SOUT
109 endmenu
110
111 mainmenu_option next_comment
112 comment 'Miscellaneous options'
113 bool 'SLP service discovery support' CONFIG_SLP
114 endmenu
115
116 mainmenu_option next_comment
117 comment 'Compilation options'
118 bool 'Debug mode' CONFIG_DEBUG
119 endmenu