diff options
author | Balint Reczey <balint@balintreczey.hu> | 2011-09-30 06:22:51 -0400 |
---|---|---|
committer | Balint Reczey <balint@balintreczey.hu> | 2015-01-28 23:03:06 +0100 |
commit | 5d1746ad5b2272ba5f906ad9a49a87b650bda14a (patch) | |
tree | 38aa7c5de3a765f9934b3420719e3bbae2561392 /configure.in | |
parent | fd07de9f951d686466a2df13e125a222d9ef5796 (diff) |
mips: Add configure option for mips and mipsel
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.in b/configure.in index d4d2fa6d11..f7b42e3e06 100644 --- a/configure.in +++ b/configure.in @@ -691,6 +691,16 @@ case $host in use_wayland=no build_shared_lib=yes ;; + mips*-*-linux-gnu*) + ARCH="mips" + use_arch="mips" + use_joystick=no + use_gles=no + use_gl=yes + use_sdl=yes + use_wayland=no + USE_STATIC_FFMPEG=1 + ;; *) AC_MSG_ERROR(unsupported host ($host)) esac |