mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-25 09:17:12 +01:00
configure: report libsamplerate support status.
This commit is contained in:
parent
c7f9dcb6fc
commit
1b3327edd0
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…
Reference in New Issue
Block a user