aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)Author
2006-04-08AmigaOS4 changes from tracker #1416370Max Horn
svn-id: r21691
2006-03-14Actually, removing the --disable-altivec from theOystein Eftevaag
help output, it is potentially only useful in very specific situations. svn-id: r21282
2006-03-14Adds support for building on Intel Macs, using a modifiedOystein Eftevaag
version of patch 1448395 by Aubin and some of my own changes. Notably: * Two elements of a struct in backends/midi/quicktime.cpp needed to be forced to BE. * NASM set to build Mach-O binaries * configure now checks for Altivec support on Darwin hosts, instead of assuming it. Altivec support can also be disabled (not 100% sure if t his is actually needed, but might be handy for crosscompiling). * The aliasing of the symbols contained in the .asm files done on Windows were also needed on MacOS. Note that while the asm code is properly compiled and linked in, HQ2/3x support will still not work properly on Intel macs if NASM is enabled. svn-id: r21280
2006-02-25Improved patch for bug #1436165 (no more warnings from GNU tail about ↵Max Horn
outdated parameters) svn-id: r20888
2006-02-22Fixed typo in configure scriptGregory Montoir
svn-id: r20817
2006-02-22Initial version of Cinematique engine evo 1.Eugene Sandulenko
svn-id: r20813
2006-02-22Patch #1436165: "configure fixes for Solaris compatibility"Eugene Sandulenko
svn-id: r20810
2006-02-20Added --enable-Werror option to our configure scriptMax Horn
svn-id: r20792
2006-02-20Fixed indention (spaces -> tabs)Max Horn
svn-id: r20791
2006-02-12Reduced data duplication in module.mk files; added module.mk files for null ↵Max Horn
and x11 backends; added engines/module.mk svn-id: r20584
2006-02-11Ooops, allow Lure engine to be enabledTravis Howell
svn-id: r20545
2006-02-11Disable Lure engine by default for nowTravis Howell
svn-id: r20543
2006-02-11Add patch #1374870 - New Lure of the Temptress moduleTravis Howell
svn-id: r20536
2006-01-29Allow GCC 2.95 again as compilation is now fixed.Jonathan Gray
svn-id: r20289
2006-01-28Compilation has been busted on GCC 2.xx for some time. Don'tJonathan Gray
pretend to support it in configure. svn-id: r20264
2006-01-24added option to allow switch disable scalersPaweł Kołodziejski
svn-id: r20159
2006-01-24don't execute binary for libmpeg2 test when cross compilingPaweł Kołodziejski
svn-id: r20158
2006-01-21Fix --with-XYZ-prefix options, which would incorrectly overwrite _prefix ↵Max Horn
(see also patch #1411577, but note that this fix is different) svn-id: r20123
2006-01-08Kyrandia is now ready for default compiling, please update the other build ↵Johannes Schickel
systems for that change too. svn-id: r19950
2005-12-26Switched the CoreAudio driver to use an AUGraph; this simplifies things a ↵Max Horn
lot and should also cope with the user switching the default output device while ScummVM is running svn-id: r19835
2005-11-18Make configure message regarding plugin support less ambigiousMax Horn
svn-id: r19646
2005-11-08Patch #1342957 (touchup configure output/debug)Max Horn
svn-id: r19523
2005-10-26applied patch #1331972 + changaed deprecated option to new one in -tail-Paweł Kołodziejski
svn-id: r19314
2005-10-23Some more Broken Sword I & II -> 1 & 2 changesMax Horn
svn-id: r19257
2005-10-16fix mem align for arm processors by Koen KooiPaweł Kołodziejski
svn-id: r19111
2005-10-11Patch #1324028 "Another configure patch for OS/2"Eugene Sandulenko
svn-id: r19024
2005-10-11Patch #1323715 "OS/2 Patches to ScummVM" and credited the author.Eugene Sandulenko
svn-id: r19016
2005-08-10Don't explicity check for tremor and vorbis everywhere andJonathan Gray
require both USE_TREMOR and USE_VORBIS to be defined when using tremor. svn-id: r18642
2005-07-21Fix case of CoreMIDI frameworkMax Horn
svn-id: r18572
2005-07-08Fixes for RISC OSMax Horn
svn-id: r18514
2005-07-02Hackish native MIDI HW support for Mac OS X (incomplete)Max Horn
svn-id: r18481
2005-06-30Enhanced tremor support from Jolan Luff.Jonathan Gray
The configure script now works as follows for detection: Tremor only: use tremor Vorbis only: use vorbis Both: use vorbis This behaviour can be changed with newly added configure script options. svn-id: r18478
2005-05-15Disabling SCUMM7/8 games should disable HE61 games.Travis Howell
Split akos_processQueue() in HE61+ and SCUMM7+ versions. svn-id: r18101
2005-05-14Added --disable-hq and --disable-scumm-7-8 options. Also improvedEugene Sandulenko
DISABLE_HE so more HE-specific code gets excluded. svn-id: r18099
2005-05-14Add configure option to disable HE 70+ games.Travis Howell
svn-id: r18091
2005-05-09Patch #1181544 (AmigaOS 4 changes)Max Horn
svn-id: r18011
2005-05-07Since the gobline engine is enabled by default now, changed "enable-gob" to ↵Max Horn
"disable-gob" svn-id: r17946
2005-05-07Goblins engine is now enabled by default.Torbjörn Andersson
svn-id: r17945
2005-04-14Pass user supplied $CXXFLAGS to the compiler only once.Jonathan Gray
svn-id: r17596
2005-04-10Applied patch #1175374 ("FluidSynth MIDI driver"), with a few documentationTorbjörn Andersson
changes. There are a few things that could use a bit more work, and I've only tested it on my Linux box. I have verified that ScummVM still compiles when it's disabled, though, so it shouldn't break anything too badly. svn-id: r17512
2005-04-05Initial checking of Gob engineEugene Sandulenko
svn-id: r17388
2005-04-03Patch #1171304 (configure patch: detect more GCC versions)Max Horn
svn-id: r17348
2005-02-06Need to use = instead of :=, since EXECUTABLE gets defined *after* ↵Max Horn
PLUGIN_EXTRA_DEPS svn-id: r16741
2005-02-06Configure the plugin prefix/suffix in the configure script; use that setting ↵Max Horn
in plugins.cpp svn-id: r16739
2005-01-07Add GCC 4.x to the list of accepted GCC versionsMax Horn
svn-id: r16474
2005-01-06Fix bug #1097022 "ALL: Build fails on non-i386 archs if nasm is installed".Eugene Sandulenko
We should switch to nasm completely, though. svn-id: r16448
2004-12-25Moved the softsynth midi drivers into a sound/softsynth; amongst other ↵Max Horn
things, this fixes bug #1083058 svn-id: r16316
2004-12-16configure was using at least three different indention styles (4-tabs; ↵Max Horn
2-spaces; 4-spaces-8-tabs); tried to unify this, configure is no best viewed with tabs=4 like the rest of ScummVM svn-id: r16091
2004-12-16Patch #1086705 (RISC OS cross compiling support)Max Horn
svn-id: r16090
2004-11-06Major MT-32 emu overhaul based on KingGuppy's code.Eugene Sandulenko
o added configure option o mi2 intro doesn't freeze anymore and has no sound glitches o missing instruments in many titles are fixed o numerous memory overwrite bugs are fixed o code is cleaned a lot and splitted into many smaller files o mt32.cpp went to backends/midi o synced with upstream code o reverberation fixed * don't complain about File class wrapper :) * all custom types are back * #pragmas are to do * maybe some indentation is wrong too I prefer smaller commits, but this thing came in one piece. svn-id: r15715