[Scummvm-git-logs] scummvm master -> 8d6a6fb982d3eced17081c6bf7dfe34ace23e4f7
sev-
sev at scummvm.org
Tue Aug 30 21:15:59 CEST 2016
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
8d6a6fb982 OUYA: Bump to recommended API 16
Commit: 8d6a6fb982d3eced17081c6bf7dfe34ace23e4f7
https://github.com/scummvm/scummvm/commit/8d6a6fb982d3eced17081c6bf7dfe34ace23e4f7
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-08-30T21:15:35+02:00
Commit Message:
OUYA: Bump to recommended API 16
Changed paths:
configure
diff --git a/configure b/configure
index ece7eaa..5975cf4 100755
--- a/configure
+++ b/configure
@@ -2305,7 +2305,7 @@ case $_host_os in
append_var CXXFLAGS "-mfloat-abi=softfp"
append_var CXXFLAGS "-mfpu=neon"
ABI="armeabi-v7a"
- ANDROID_PLATFORM=4
+ ANDROID_PLATFORM=16
ANDROID_PLATFORM_ARCH="arm"
;;
esac
@@ -4140,7 +4140,7 @@ int main(int argc, char *argv[]) { SDLNet_Init(); return 0; }
EOF
cc_check $LIBS $INCLUDES $SDL_NET_CFLAGS $SDL_NET_LIBS -lSDL_net && _sdlnet=yes
fi
-if test "$_sdlnet" = yes ; then
+if test "$_sdlnet" = yes ; then
append_var LIBS "$SDL_NET_LIBS -lSDL_net"
append_var INCLUDES "$SDL_NET_CFLAGS"
fi
More information about the Scummvm-git-logs
mailing list