]> git.sesse.net Git - vlc/blob - config.in
Force a check on wxWidgets 2.6.0 for vlc-0.8.4-test1.
[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 'User Interfaces'
14 bool 'wxWidgets interface' CONFIG_WXWIDGETS
15 if [ "$CONFIG_WXWIDGETS" = "y" ]; then
16   string 'wx-config path' CONFIG_WITHWXCONFIGPATH ""
17 fi
18 bool 'Skins interface' CONFIG_SKINS
19 if [ "$CONFIG_SKINS" = "y" ]; then
20   string 'xml2-config path' CONFIG_WITHXML2CONFIGPATH ""
21 fi
22 bool 'PDA interface (via Gtk2) support' CONFIG_PDA
23 bool 'Qt embedded interface support (opie)' CONFIG_OPIE
24 if [ "$CONFIG_OPIE" = "y" ]; then
25   string 'Qt Embedded headers and libraries' CONFIG_WITHQTE ""
26 fi
27 if [ "$CONFIG_MAC" = "y" ]; then
28    bool 'MacOS X support' CONFIG_MACOSX
29 fi
30 bool 'QNX RTOS support' CONFIG_QNX
31 bool 'Ncurses interface support' CONFIG_NCURSES
32 bool 'xosd interface support' CONFIG_XOSD
33 bool 'Visualization plugin' CONFIG_VISUAL
34 bool 'Goom visualization plugin' CONFIG_GOOM
35 if [ "$CONFIG_GOOM" = "y" ]; then
36   string 'goom tree for static linking' CONFIG_WITHGOOMTREE ""
37 fi
38 bool 'GaLaktos visualization plugin' CONFIG_GALAKTOS
39 bool 'IR remote control support' CONFIG_LIRC
40 bool 'Corba interface support' CONFIG_CORBA
41 endmenu
42
43 mainmenu_option next_comment
44 comment 'Input plugins'
45 bool 'Live.com input plugin' CONFIG_LIVEDOTCOM
46 if [ "$CONFIG_LIVEDOTCOM" = "y" ]; then
47   string 'live.com tree for static linking' CONFIG_WITHLIVEDOTCOMTREE ""
48 fi
49 bool 'DVD support' CONFIG_DVD
50 if [ "$CONFIG_DVD" = "y" ]; then
51    bool '    dvdread input module' CONFIG_DVDREAD
52    if [ "$CONFIG_DVDREAD" = "y" ]; then
53       string '        libdvdread headers and libraries' CONFIG_WITHDVDREAD ""
54       string '        libdvdread tree for static linking' CONFIG_WITHDVDREADTREE ""
55    fi
56    bool '    dvdnav input module' CONFIG_DVDNAV
57    if [ "$CONFIG_DVDNAV" = "y" ]; then
58       string '        dvdnav-config path' CONFIG_WITHDVDNAVCONFIGPATH ""
59    fi
60 fi
61 bool 'Win32 DirectShow support' CONFIG_DSHOW
62 bool 'Dvbpsi ts mux and demux module' CONFIG_DVBPSI
63 if [ "$CONFIG_DVBPSI" = "y" ]; then
64    string '    libdvbpsi headers and libraries' CONFIG_WITHDVBPSI ""
65    string '    libdvbpsi tree for static linking' CONFIG_WITHDVBPSITREE ""
66 fi
67 bool 'Video for Linux (V4L) support' CONFIG_V4L
68 if [ "$CONFIG_V4L" = "y" ]; then
69    string '    path to a v4l-enabled kernel tree' CONFIG_WITHV4L
70 fi
71 bool 'PVR cards support' CONFIG_PVR
72 bool 'built-in VCD and audio CD support' CONFIG_VCD
73 bool 'Satellite card support' CONFIG_SATELLITE
74 bool 'DVB-S/T/C cards support' CONFIG_DVB
75 if [ "$CONFIG_DVB" = "y" ]; then
76    string '    path to a dvb- and v4l2-enabled kernel tree' CONFIG_WITHDVB
77 fi
78 bool 'Ogg demux support' CONFIG_OGG
79 bool 'Matroska demux support' CONFIG_MKV
80 bool 'Mod demux support' CONFIG_MOD
81 bool 'CD input and control library (libcdio) support' CONFIG_CDIO
82 if [ "$CONFIG_CDIO" = "y" ]; then
83    bool '    audio CD module with CD-Text & CD-Paranoia (via libcdio)' CONFIG_CDDAX
84    bool '    CDDB lookups (via libcddb) for audio CD' CONFIG_CDDB
85    bool '    VCD module with navigation (via libcdio and libvcdinfo)' CONFIG_VCDX
86 fi
87 endmenu
88
89 mainmenu_option next_comment
90 comment 'Video plugins'
91 if [ "$CONFIG_LINUX" = "y" ]; then
92    bool 'X11 support' CONFIG_X11
93    bool 'XVideo support' CONFIG_XVIDEO
94    bool 'GLX support' CONFIG_GLX
95    bool 'Linux framebuffer support' CONFIG_FB
96    bool 'Linux kernel Matrox support' CONFIG_MGA
97 fi
98 bool 'SDL support' CONFIG_SDL
99 if [ "$CONFIG_SDL" = "y" ]; then
100    string '    SDL-config path' CONFIG_WITHSDLCONFIGPATH ""
101    string '    Path to libsdl' CONFIG_WITHSDLPREFIX ""
102 fi
103 bool 'freetype support' CONFIG_FREETYPE
104 if [ "$CONFIG_FREETYPE" = "y" ]; then
105    string '    Freetype-config path' CONFIG_WITHFREETYPECONFIGPATH ""
106 fi
107 bool 'Fribidi support' CONFIG_FRIBIDI
108 if [ "$CONFIG_FRIBIDI" = "y" ]; then
109    string '    Fribidi-config path' CONFIG_WITHFRIBIDICONFIGPATH ""
110 fi
111 bool 'SVG support' CONFIG_SVG
112 bool 'QT Embedded support' CONFIG_QTE
113 if [ "$CONFIG_QTE" = "y" ]; then
114    string '    Qt Embedded headers and libraries' CONFIG_WITHQTE ""
115 fi
116 bool 'HD1000 Video Output module' CONFIG_HD1000V
117 if [ "$CONFIG_WIN32" = "y" ]; then
118    bool 'Win32 DirectX support' CONFIG_DIRECTX
119    if [ "$CONFIG_DIRECTX" = "y" ]; then
120       string '    Win32 DirectX headers' CONFIG_WITHDIRECTX ""
121    fi
122    bool 'Win32 GDI module' CONFIG_WINGDI
123 fi
124 bool 'SVGAlib support' CONFIG_SVGALIB
125 bool 'GGI support' CONFIG_GGI
126 if [ "$CONFIG_GGI" = "y" ]; then
127    string '    Path to libggi' CONFIG_WITHGGI ""
128 fi
129 bool 'Glide (3dfx) support' CONFIG_GLIDE
130 if [ "$CONFIG_GLIDE" = "y" ]; then
131    string '    Path to libglide' CONFIG_WITHGLIDE ""
132 fi
133 bool 'aalib output' CONFIG_AA
134 bool 'cacalib output' CONFIG_CACA
135 if [ "$CONFIG_CACA" = "y" ]; then
136    string '    Caca-config path' CONFIG_WITHCACACONFIGPATH ""
137 fi
138 endmenu
139
140 mainmenu_option next_comment
141 comment 'Audio plugins'
142 if [ "$CONFIG_LINUX" = "y" ]; then
143    bool 'Linux OSS /dev/dsp support' CONFIG_OSS
144    bool 'Esound library support' CONFIG_ESD
145    bool 'aRts sound server' CONFIG_ARTS
146    bool 'ALSA sound support for Linux' CONFIG_ALSA
147 fi
148 if [ "$CONFIG_WIN32" = "y" ]; then
149    bool 'Win32 waveOut module' CONFIG_WAVEOUT
150 fi
151 if [ "$CONFIG_MAC" = "y" ]; then
152    bool 'CoreAudio module' CONFIG_COREAUDIO
153 fi
154 bool 'HD1000 audio module' CONFIG_HD1000A
155 endmenu
156
157 mainmenu_option next_comment
158 comment 'Codec plugins'
159 bool 'Libmad module' CONFIG_MAD
160 if [ "$CONFIG_MAD" = "y" ]; then
161    string '    Path to libmad' CONFIG_WITHMAD ""
162    string '    Mad tree for static linking' CONFIG_WITHMADTREE ""
163 fi
164 bool 'Ffmpeg codec' CONFIG_FFMPEG
165 if [ "$CONFIG_FFMPEG" = "y" ]; then
166    bool   '    Ffmpeg has been compiled with mp3lame support' CONFIG_WITHFFMPEGMP3LAME
167    bool   '    Ffmpeg has been compiled with faac support' CONFIG_WITHFFMPEGFAAC
168    string '    Ffmpeg tree for static linking' CONFIG_WITHFFMPEGTREE ""
169 fi
170 bool 'Faad codec' CONFIG_FAAD
171 if [ "$CONFIG_FAAD" = "y" ]; then
172    string '    Faad tree for static linking' CONFIG_WITHFAADTREE ""
173 fi
174 bool 'QuickTime module' CONFIG_QUICKTIME
175 bool 'A/52 support with liba52' CONFIG_A52
176 if [ "$CONFIG_A52" = "y" ]; then
177    string '    A52 headers and libraries' CONFIG_WITHA52 ""
178    string '    A52dec tree for static linking' CONFIG_WITHA52TREE ""
179 fi
180 bool 'DTS Coherent Acoustics support with libdts' CONFIG_DTS
181 if [ "$CONFIG_DTS" = "y" ]; then
182    string '    Libdts tree for static linking' CONFIG_WITHDTSTREE ""
183 fi
184 bool 'Flac decoder support' CONFIG_FLAC
185 bool 'Libmpeg2 decoder support' CONFIG_LIBMPEG2
186 if [ "$CONFIG_LIBMPEG2" = "y" ]; then
187    string '    Libmpeg2 tree for static linking' CONFIG_WITHLIBMPEG2TREE ""
188 fi
189 bool 'Vorbis decoder support' CONFIG_VORBIS
190 bool 'Tremor decoder support' CONFIG_TREMOR
191 bool 'Speex decoder support' CONFIG_SPEEX
192 bool 'Experimental tarkin codec' CONFIG_TARKIN
193 if [ "$CONFIG_TARKIN" = "y" ]; then
194    string '    Tarkin tree for static linking' CONFIG_WITHTARKINTREE ""
195 fi
196 bool 'Experimental theora codec' CONFIG_THEORA
197 bool 'CMML support' CONFIG_CMML
198 endmenu
199
200 mainmenu_option next_comment
201 comment 'Miscellaneous options'
202 bool 'UTF8 support' CONFIG_UTF8
203 bool 'GNU Portable Threads (Pth) support' CONFIG_PTH
204 bool 'State threads (st) support' CONFIG_ST
205 bool 'Gprof profiling' CONFIG_GPROF
206 bool 'Cprof profiling' CONFIG_CPROF
207 # TODO: change to a tristate choice
208 # bool 'Set endianness' CONFIG_ENDIANNESS
209 bool 'Mozilla plugin' CONFIG_MOZILLA
210 if [ "$CONFIG_MOZILLA" = "y" ]; then
211    string '    Path to win32 mozilla sdk' CONFIG_WITHMOZILLASDKPATH ""
212 fi
213 bool 'Build test modules' CONFIG_TESTSUITE
214 bool 'Enable http daemon' CONFIG_HTTPD
215 # TODO: --disable-plugins
216 endmenu
217
218 mainmenu_option next_comment
219 comment 'Optimization options'
220 # TODO: add --with-tuning=ARCH
221 bool 'Compiler optimizations' CONFIG_OPTIMIZATIONS
222 if [ "$CONFIG_MAC" = "y" ]; then
223    bool 'AltiVec optimizations' CONFIG_ALTIVEC
224 fi
225 bool 'Debug mode' CONFIG_DEBUG
226 bool 'Extra optimizations' CONFIG_RELEASE
227 bool 'Stream output modules' CONFIG_SOUT
228 endmenu
229