mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-08 22:25:37 +00: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"
|
||||
fi
|
||||
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
|
||||
SUMMARY="${SUMMARY}Using libudev : YES\n"
|
||||
else
|
||||
|
|
|
@ -3791,6 +3791,11 @@ if test x$have_x = xyes; then
|
|||
SUMMARY="${SUMMARY}X11 libraries :${SUMMARY_video_x11}\n"
|
||||
fi
|
||||
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
|
||||
SUMMARY="${SUMMARY}Using libudev : YES\n"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue