]> git.sesse.net Git - vlc/blobdiff - config.in
Do not use error message as a format string.
[vlc] / config.in
index de22dd6bae2bbc93a47d295769dd5f3bbfdc4518..b69dff6778c41c6083da0f6d4621ede1a6ac01cc 100644 (file)
--- 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