Skip to content

Commit

Permalink
SDL 2.0.12 is needed for SDL_SIMD_ALIGNED
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 30, 2020
1 parent c3c6b8a commit 61f533b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -12677,7 +12677,7 @@ fi
CFLAGS="$CFLAGS $FT2_CFLAGS"
LIBS="$LIBS $FT2_LIBS"

SDL_VERSION=2.0.8
SDL_VERSION=2.0.12


# Check whether --with-sdl-prefix was given.
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ CFLAGS="$CFLAGS $FT2_CFLAGS"
LIBS="$LIBS $FT2_LIBS"

dnl Check for SDL
SDL_VERSION=2.0.8
SDL_VERSION=2.0.12
AC_SUBST(SDL_VERSION)
AM_PATH_SDL2($SDL_VERSION,
:,
Expand Down

0 comments on commit 61f533b

Please sign in to comment.