* configure.in, configure: put back the ALSA audio output module in

    configure.
parent 7a165cdc
......@@ -8511,7 +8511,7 @@ fi
if test "x${have_alsa}" = "xtrue"
then
#PLUGINS="${PLUGINS} audio_output/alsa"
PLUGINS="${PLUGINS} audio_output/alsa"
alsa_LDFLAGS="${alsa_LDFLAGS} -lasound -lm -ldl"
fi
fi
......
......@@ -1525,7 +1525,7 @@ AC_ARG_ENABLE(alsa,
AC_CHECK_HEADER(alsa/asoundlib.h, AC_CHECK_LIB(asound, main, have_alsa="true", have_alsa="false"),have_alsa="false")
if test "x${have_alsa}" = "xtrue"
then
#PLUGINS="${PLUGINS} audio_output/alsa"
PLUGINS="${PLUGINS} audio_output/alsa"
alsa_LDFLAGS="${alsa_LDFLAGS} -lasound -lm -ldl"
fi
fi])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment