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

master
Andrzej Rybczak 17 years ago
parent 604de32de6
commit 0d2c769faa
  1. 14
      src/helpers.cpp

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

Loading…
Cancel
Save