Commit Graph
21 Commits
Author SHA1 Message Date
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
Glenn Maynard 83f25417a4 remove unneeded stuff
don't need id3lib anymore

don't test for "LINUX"; test for the actual feature you need
2003-02-20 04:46:53 +00:00
Aaron VonderHaar 12d7b433e4 Added two defines needed to make Linux compile 2003-02-20 02:01:48 +00:00
Glenn Maynard 87ee391649 initial automake (don't expect this to work just yet) 2003-02-20 00:38:59 +00:00