update list of supported libraries that is displayed with -v|--version
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user