X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=config.in;h=b69dff6778c41c6083da0f6d4621ede1a6ac01cc;hb=bc32a19e72326154fdf8267d8ad4c909f5aa707e;hp=de22dd6bae2bbc93a47d295769dd5f3bbfdc4518;hpb=a89fa96809e97c526a070c073578a38b128010b6;p=vlc diff --git a/config.in b/config.in index de22dd6bae..b69dff6778 100644 --- a/config.in +++ b/config.in @@ -14,6 +14,7 @@ comment 'User Interfaces' bool 'wxWidgets interface' CONFIG_WXWIDGETS if [ "$CONFIG_WXWIDGETS" = "y" ]; then string 'wx-config path' CONFIG_WITHWXCONFIGPATH "" + string 'wx-config name' CONFIG_WITHWXCONFIG "" fi bool 'Skins interface' CONFIG_SKINS if [ "$CONFIG_SKINS" = "y" ]; then @@ -37,7 +38,6 @@ if [ "$CONFIG_GOOM" = "y" ]; then fi bool 'GaLaktos visualization plugin' CONFIG_GALAKTOS bool 'IR remote control support' CONFIG_LIRC -bool 'Corba interface support' CONFIG_CORBA endmenu mainmenu_option next_comment @@ -144,6 +144,7 @@ if [ "$CONFIG_LINUX" = "y" ]; then bool 'Esound library support' CONFIG_ESD bool 'aRts sound server' CONFIG_ARTS bool 'ALSA sound support for Linux' CONFIG_ALSA + bool 'JACK Audio Connection Kit support' CONFIG_JACK fi if [ "$CONFIG_WIN32" = "y" ]; then bool 'Win32 waveOut module' CONFIG_WAVEOUT