]> git.sesse.net Git - vlc/blobdiff - config.in
Set SO_REUSEADDR on client sockets
[vlc] / config.in
index de22dd6bae2bbc93a47d295769dd5f3bbfdc4518..a58267eec7f01e4aa05625b11ed41c6cca60b87f 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
@@ -144,6 +145,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