Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Show android video or android audio if detected in autotools summary.
  • Loading branch information
zenios committed May 5, 2014
1 parent 1a4c0da commit fd2d26e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.in
Expand Up @@ -2658,6 +2658,7 @@ case "$host" in
if test x$enable_video = xyes; then
SOURCES="$SOURCES $srcdir/src/core/android/*.c $srcdir/src/video/android/*.c"
$as_echo "#define SDL_VIDEO_DRIVER_ANDROID 1" >>confdefs.h
SUMMARY_video="${SUMMARY_video} android"
fi
;;
*-*-linux*) ARCH=linux ;;
Expand Down Expand Up @@ -2727,6 +2728,7 @@ case "$host" in
android)
AC_DEFINE(SDL_AUDIO_DRIVER_ANDROID, 1, [ ])
SOURCES="$SOURCES $srcdir/src/audio/android/*.c"
SUMMARY_audio="${SUMMARY_audio} android"
have_audio=yes
;;
esac
Expand Down

0 comments on commit fd2d26e

Please sign in to comment.