update list of supported libraries that is displayed with -v|--version

This commit is contained in:
Andrzej Rybczak
2009-09-03 22:05:16 +02:00
parent 604de32de6
commit 0d2c769faa

View File

@@ -69,9 +69,23 @@ void ParseArgv(int argc, char **argv)
# ifdef HAVE_CURL_CURL_H # ifdef HAVE_CURL_CURL_H
<< " curl" << " curl"
# endif # endif
# ifdef HAVE_ICONV_H
<< " iconv"
# endif
# ifdef HAVE_FFTW3_H
<< " fftw"
# endif
# ifdef USE_PDCURSES
<< " pdcurses"
# else
<< " ncurses"
# endif
# ifdef HAVE_TAGLIB_H # ifdef HAVE_TAGLIB_H
<< " taglib" << " taglib"
# endif # endif
# ifdef HAVE_PTHREAD_H
<< " threads"
# endif
# ifdef _UTF8 # ifdef _UTF8
<< " unicode" << " unicode"
# endif # endif