mirror of https://github.com/encounter/SDL.git
Show android video or android audio if detected in autotools summary.
This commit is contained in:
parent
1a4c0dacbc
commit
fd2d26ebbe
|
@ -2658,6 +2658,7 @@ case "$host" in
|
||||||
if test x$enable_video = xyes; then
|
if test x$enable_video = xyes; then
|
||||||
SOURCES="$SOURCES $srcdir/src/core/android/*.c $srcdir/src/video/android/*.c"
|
SOURCES="$SOURCES $srcdir/src/core/android/*.c $srcdir/src/video/android/*.c"
|
||||||
$as_echo "#define SDL_VIDEO_DRIVER_ANDROID 1" >>confdefs.h
|
$as_echo "#define SDL_VIDEO_DRIVER_ANDROID 1" >>confdefs.h
|
||||||
|
SUMMARY_video="${SUMMARY_video} android"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
*-*-linux*) ARCH=linux ;;
|
*-*-linux*) ARCH=linux ;;
|
||||||
|
@ -2727,6 +2728,7 @@ case "$host" in
|
||||||
android)
|
android)
|
||||||
AC_DEFINE(SDL_AUDIO_DRIVER_ANDROID, 1, [ ])
|
AC_DEFINE(SDL_AUDIO_DRIVER_ANDROID, 1, [ ])
|
||||||
SOURCES="$SOURCES $srcdir/src/audio/android/*.c"
|
SOURCES="$SOURCES $srcdir/src/audio/android/*.c"
|
||||||
|
SUMMARY_audio="${SUMMARY_audio} android"
|
||||||
have_audio=yes
|
have_audio=yes
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue