aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorThomas Edvalson2016-04-11 15:15:42 -0400
committerThomas Edvalson2016-04-11 15:15:42 -0400
commitf5d73cac8a2d21962ed34b18de5aee36c2bce9ad (patch)
tree83f75236444bd29e4067dec7ea27ad00fd421557 /configure
parentfe8d48005717a4c77d34da1a5f9e4b5bfc597c6f (diff)
downloadscummvm-rg350-f5d73cac8a2d21962ed34b18de5aee36c2bce9ad.tar.gz
scummvm-rg350-f5d73cac8a2d21962ed34b18de5aee36c2bce9ad.tar.bz2
scummvm-rg350-f5d73cac8a2d21962ed34b18de5aee36c2bce9ad.zip
3DS: Add CIA format build, add timer handler thread, fix APT service suspending/sleeping/exiting
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 6 insertions, 3 deletions
diff --git a/configure b/configure
index 03fd5a858d..c23f9e703c 100755
--- a/configure
+++ b/configure
@@ -2409,7 +2409,7 @@ case $_host_os in
3ds)
_optimization_level=-O2
append_var DEFINES "-D__3DS__"
- append_var DEFINES "-D_3DS"
+ append_var DEFINES "-DARM"
append_var DEFINES "-DARM11"
append_var CXXFLAGS "-march=armv6k"
append_var CXXFLAGS "-mtune=mpcore"
@@ -2737,8 +2737,6 @@ if test -n "$_host"; then
append_var DEFINES "-DDISABLE_FANCY_THEMES"
append_var DEFINES "-DDISABLE_SID"
append_var DEFINES "-DDISABLE_NES_APU"
- append_var DEFINES "-DDISABLE_NES_APU"
- append_var DEFINES "-DSTREAM_AUDIO_FROM_DISK"
_backend="3ds"
_build_scalers=no
_vkeybd=yes
@@ -2749,6 +2747,8 @@ if test -n "$_host"; then
_zlib=yes
_jpeg=yes
_png=yes
+ _flac=yes
+ _faad=yes
_freetype2=yes
_port_mk="backends/platform/3ds/3ds.mk"
;;
@@ -4592,6 +4592,9 @@ case $_backend in
# during linking stage
append_var LIBS "-lc -lgcc -lnosys"
;;
+ 3ds)
+ append_var LIBS "-logg -lpng"
+ ;;
esac