configure: report libsamplerate support status.
This commit is contained in:
parent
0dc13f56ec
commit
088da5be10
2 changed files with 32 additions and 22 deletions
5
configure
vendored
5
configure
vendored
|
@ -24170,6 +24170,11 @@ if test x$have_x = xyes; then
|
||||||
SUMMARY="${SUMMARY}X11 libraries :${SUMMARY_video_x11}\n"
|
SUMMARY="${SUMMARY}X11 libraries :${SUMMARY_video_x11}\n"
|
||||||
fi
|
fi
|
||||||
SUMMARY="${SUMMARY}Input drivers :${SUMMARY_input}\n"
|
SUMMARY="${SUMMARY}Input drivers :${SUMMARY_input}\n"
|
||||||
|
if test x$have_samplerate_h_hdr = xyes; then
|
||||||
|
SUMMARY="${SUMMARY}Using libsamplerate : YES\n"
|
||||||
|
else
|
||||||
|
SUMMARY="${SUMMARY}Using libsamplerate : NO\n"
|
||||||
|
fi
|
||||||
if test x$have_libudev_h_hdr = xyes; then
|
if test x$have_libudev_h_hdr = xyes; then
|
||||||
SUMMARY="${SUMMARY}Using libudev : YES\n"
|
SUMMARY="${SUMMARY}Using libudev : YES\n"
|
||||||
else
|
else
|
||||||
|
|
|
@ -3791,6 +3791,11 @@ if test x$have_x = xyes; then
|
||||||
SUMMARY="${SUMMARY}X11 libraries :${SUMMARY_video_x11}\n"
|
SUMMARY="${SUMMARY}X11 libraries :${SUMMARY_video_x11}\n"
|
||||||
fi
|
fi
|
||||||
SUMMARY="${SUMMARY}Input drivers :${SUMMARY_input}\n"
|
SUMMARY="${SUMMARY}Input drivers :${SUMMARY_input}\n"
|
||||||
|
if test x$have_samplerate_h_hdr = xyes; then
|
||||||
|
SUMMARY="${SUMMARY}Using libsamplerate : YES\n"
|
||||||
|
else
|
||||||
|
SUMMARY="${SUMMARY}Using libsamplerate : NO\n"
|
||||||
|
fi
|
||||||
if test x$have_libudev_h_hdr = xyes; then
|
if test x$have_libudev_h_hdr = xyes; then
|
||||||
SUMMARY="${SUMMARY}Using libudev : YES\n"
|
SUMMARY="${SUMMARY}Using libudev : YES\n"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue