diff options
author | skidoo23 <18039569+skidoo23@users.noreply.github.com> | 2018-07-25 23:07:27 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-07-29 18:21:42 +0200 |
commit | 643ecd1edd6b319949f704938997f81c845aab56 (patch) | |
tree | 391896cf11691544c8c9b8383a13ff4e50aceeb3 | |
parent | 7393e1cba199c1e74b538b9653bc428f153f2b25 (diff) |
configure.ac: clarify sidplay related info
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index ec3dada10..71b7eee77 100644 --- a/configure.ac +++ b/configure.ac @@ -402,7 +402,7 @@ AC_ARG_ENABLE(recorder-output, AC_ARG_ENABLE(sidplay, AS_HELP_STRING([--enable-sidplay], - [enable C64 SID support via libsidplay2]),, + [enable C64 SID support via libsidplayfp or libsidplay2]),, enable_sidplay=auto) AC_ARG_ENABLE(shout, @@ -1005,7 +1005,7 @@ if test x$enable_sidplay != xno && test x$found_sidplayfp = xno; then [found_sidplay=no]) MPD_AUTO_PRE(sidplay, [sidplay decoder plugin], - [libsidplay2 not found]) + [libsidplay2 or libsidutils not found]) fi if test x$enable_sidplay != xno && test x$found_sidplayfp = xno; then @@ -1018,7 +1018,7 @@ fi if test x$enable_sidplay = xyes; then SIDPLAY_LIBS="$SIDPLAY_LIBS -lresid-builder" - AC_DEFINE(ENABLE_SIDPLAY, 1, [Define for libsidplay2 support]) + AC_DEFINE(ENABLE_SIDPLAY, 1, [Define for libsidplayfp or libsidplay2 support]) if test x$found_sidplayfp = xyes; then AC_DEFINE(HAVE_SIDPLAYFP, 1, [Define if libsidplayfp is used instead of libsidplay2]) fi |