diff options
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 |
