Glenn Maynard
a3652a2b9d
SM_LUA
2004-02-14 22:05:47 +00:00
Glenn Maynard
c3138a95ba
add libjpeg check
2004-02-13 10:42:22 +00:00
Glenn Maynard
56dec846d9
cleanup
2004-02-11 05:44:59 +00:00
Glenn Maynard
00b66343f5
add check for llabs
2004-01-20 00:09:12 +00:00
Glenn Maynard
28badd0a54
add stdint.h check
2004-01-19 22:18:31 +00:00
Glenn Maynard
6b831d5dc1
reenable SDL_image check
2004-01-06 05:51:28 +00:00
Glenn Maynard
25a936ce20
add AM_MAINTAINER_MODE
2003-12-24 04:28:20 +00:00
Glenn Maynard
a9a0bcb68a
add SM_ZLIB
2003-12-10 08:14:48 +00:00
Glenn Maynard
78908329f8
fix math checks
2003-11-03 21:40:07 +00:00
Glenn Maynard
d9f4c8d2f0
add check for libavcodec >= 0.4.8
2003-11-03 21:17:45 +00:00
Glenn Maynard
c211db9f69
add --with-fast-compile, --with-prof
2003-10-22 21:32:22 +00:00
Glenn Maynard
2a0c57ac40
Add --with-debug.
2003-10-06 05:02:59 +00:00
Glenn Maynard
0a64a82d82
move audio format checks to a file
2003-09-20 20:03:44 +00:00
Steve Checkoway
246b0e7b3a
Remove Darwin as it isn't needed here anymore.
2003-09-19 20:43:27 +00:00
Glenn Maynard
28b46ead6c
#define LINUX
2003-09-19 02:18:43 +00:00
Glenn Maynard
0324bc3f51
Disable "warning: enumeration value `...' not handled in switch".
...
This is actually a very useful warning, but we use "NUM_FOO" entries
in enums too much, we often intentionally have partial switches,
and if we4 put a default: in every switch, this warning is pointless.
2003-09-19 00:54:38 +00:00
Glenn Maynard
e66877ce5e
Turn off "warning: unused parameter".
2003-09-19 00:45:56 +00:00
Glenn Maynard
1ee3589c63
When did I disable warnings? Oops. Turn on warnings. (Too many warnings;
...
I'll be pruning a couple in a minute.)
2003-09-19 00:42:21 +00:00
Glenn Maynard
35c7641177
Rewrite overcomplicated OpenGL test.
2003-09-18 22:28:19 +00:00
Glenn Maynard
0266cfb736
test
2003-09-16 22:26:17 +00:00
Sean Burke
e57bddddb9
Add conditional link to system SDL 1.2.6
2003-09-16 19:24:17 +00:00
Glenn Maynard
dd052cfc90
remove spurious output
2003-09-16 02:29:01 +00:00
Glenn Maynard
ef66837ec2
Require MP3 support by default
2003-09-16 02:26:55 +00:00
Glenn Maynard
489e45b34c
If you don't want Vorbis, say so explicitly.
2003-09-16 02:19:47 +00:00
Aaron VonderHaar
1e5f40b62b
Must check for libogg first because libvorbis depends on it
2003-09-14 06:33:28 +00:00
Glenn Maynard
fdbd1d9f7f
NO_VORBIS_SUPPORT
2003-09-13 05:08:17 +00:00
Glenn Maynard
fd4ade0a86
allow disabling ogg, add int ogg
2003-09-13 05:05:26 +00:00
Glenn Maynard
7e2c6c784a
backwards
2003-09-13 02:04:29 +00:00
Glenn Maynard
13683a52f0
add MP3 tests
2003-09-13 01:33:00 +00:00
Glenn Maynard
786d9e2156
Don't use huge GTK CFLAGS for all objects.
2003-09-05 07:41:02 +00:00
Glenn Maynard
a551ff23f1
add test for inttypes.h
2003-09-02 19:28:43 +00:00
Glenn Maynard
92349937f8
s/AVCodec/FFMpeg/
2003-09-02 04:01:01 +00:00
Glenn Maynard
22ef42ba7f
libavcodec-based movie decoding
2003-08-29 04:34:10 +00:00
Glenn Maynard
235bfae707
add tests
2003-07-27 07:42:40 +00:00
Glenn Maynard
99f890a316
fix --disable-gtk2
2003-07-24 06:05:52 +00:00
Glenn Maynard
eae9565659
Comment out tests. They break one of my custom build environments. I'll try to fix them later.
2003-07-22 01:31:47 +00:00
Sean Burke
18c143be70
LoadingWindow_Gtk almost sort of halfway works, in a manner of speaking.
2003-07-06 22:13:56 +00:00
Sean Burke
06b6924cb4
configure should die if SDL_image or madlib aren't present.
2003-07-04 02:29:04 +00:00
Sean Burke
22800b1921
We should only need one check for ALSA, unless I missed something.
2003-07-03 20:39:03 +00:00
Glenn Maynard
4fc640e623
add truncf
2003-06-30 04:39:06 +00:00
William Reading
985dfb3e9d
Patches submitted by Tobias Diedrich in this e-mail: https://sourceforge.net/mailarchive/forum.php\?thread_id=2533169\&forum_id=2749
2003-06-07 14:12:47 +00:00
Steve Checkoway
433dda1d1f
Added check for roundf function. If it's defined in a system library, redefining it in RageUtil.h causes stepmania to fail to link with g++.
2003-05-09 22:13:27 +00:00
Glenn Maynard
0f6668010a
It doesn't do any good to define signals that a system doesn't have ...
2003-05-05 22:53:05 +00:00
Steve Checkoway
46124ee0ed
Added checks for SIGPWR and SIGUSR1. SIGPWR is defined in linux as 30 but is not defined in Darwin. Darwin defines SIGUSR1 as 30. If SIGPWR is not defined and SIGUSR1 is then config.h now defines SIGPWR as SIGUSR1. If neither are defined, SIGPWR is defined as 30.
2003-05-05 22:21:06 +00:00
Glenn Maynard
9e5ff55405
ignore default CFLAGS, etc
2003-05-05 06:27:53 +00:00
Steve Checkoway
779a66e58e
Added check for alsa9 and like with it if it is found.
2003-05-01 09:52:53 +00:00
Steve Checkoway
3d14c8501d
Check for Darwin, if found, define DARWIN 1. This is to still compile SDL (with -DLINUX) but to not to compile the ALSA9 stuff.
2003-04-26 01:10:42 +00:00
Steve Checkoway
7f66579123
added check for tanf
2003-04-24 04:13:41 +00:00
Glenn Maynard
3a955347dd
I already did this, I couldn't commit because of the stale lock. Fixing
...
conflicts ...
2003-04-23 04:41:00 +00:00
Steve Checkoway
b3220c1f75
Added checks for powf, sqrtf, sinf, cosf, and acosf. They are now defined correctly, I hope, in src/global.h as inline functions.
2003-04-23 04:37:23 +00:00