Chris Danford
|
99b5732c68
|
- $no_x = yes
+ no_x = yes
|
2006-06-28 00:56:00 +00:00 |
|
Steve Checkoway
|
d43538bcc3
|
People keep trying to use newer versions of ffmpeg and it is failing either to compile (in which case they just patch our code to get it to compile) or it crashes when trying to play movies. Check for two things. First, check that the version and build numbers reported in the headers match those returned by the library which should prevent any header/lib mismatch crashes. Second, check for exactly the version/build numbers that we know work are are used in both windows and OS X and worked correctly for ppc linux. If a large number of reports come in with header/lib mismatches, I'll consider removing the check for exactly the version/build numbers.
|
2006-06-26 23:29:54 +00:00 |
|
Steve Checkoway
|
72b2e1f2b6
|
Add option --with-static-ffmpeg-prefix. If you have installed the static libraries (and their associated headers) at /foo/bar, then pass --with-static-ffmpeg-prefix=/foo/bar and /foo/bar/lib/libavcodec.a and /foo/bar/lib/libavformat.a will be passed to the linker and -I/foo/bar/include will be added to CXXFLAGS. If doing this for other libraries would be helpful for releases, we could just use a --with-static-prefix option instead and look there for static libs.
|
2006-06-20 03:50:21 +00:00 |
|
Sean Burke
|
4197e23817
|
Fix compiling with vorbis support
|
2006-05-06 01:10:49 +00:00 |
|
Glenn Maynard
|
44377e187a
|
Fix "--with-ffmpeg" causes ffmpeg to be disabled. (This was "$enableval"
before. The "enable" vs. "with" distinction in autoconf is confusing
and not useful ...)
|
2006-04-22 00:20:19 +00:00 |
|
Sean Burke
|
5a0daf8e78
|
Fix disabling of ffmpeg
|
2006-04-21 22:38:02 +00:00 |
|
Steve Checkoway
|
e13fc56198
|
Initial linux ppc backtrace implementation.
|
2006-04-05 00:49:56 +00:00 |
|
Steve Checkoway
|
568cc67a5b
|
Allow disabling ffmpeg.
|
2006-03-20 19:01:19 +00:00 |
|
Glenn Maynard
|
abdb2b160d
|
fix broken autoconf test
|
2006-01-04 18:59:45 +00:00 |
|
Ben Anderson
|
7da3272486
|
Add proper fullscreen and resolution changing support using XRandR. This makes XRandR mandatory, but I don't see any reason why we can't do that, and providing alternatives would be difficult at best for little payoff.
|
2005-12-02 21:17:36 +00:00 |
|
Glenn Maynard
|
e1d7b101fd
|
theora
|
2005-10-20 21:01:57 +00:00 |
|
Glenn Maynard
|
0893b42170
|
split out ffmpeg check
|
2005-10-20 20:21:19 +00:00 |
|
Glenn Maynard
|
0af696f079
|
remove unused
|
2005-10-17 03:13:40 +00:00 |
|
Sean Burke
|
2f60572cb2
|
Define presence of X11 in configure
|
2005-03-13 23:06:07 +00:00 |
|
Glenn Maynard
|
c456148b37
|
quiet aclocal 1.8 warnings
|
2005-01-17 17:51:18 +00:00 |
|
Glenn Maynard
|
0460501020
|
check Lua, even when using lua-config
|
2005-01-12 14:24:44 +00:00 |
|
Glenn Maynard
|
b609af7cce
|
check whether __thread binaries actually run
|
2004-12-17 02:25:52 +00:00 |
|
Sean Burke
|
cd067584c1
|
Add iconv check to configure
|
2004-11-04 23:47:48 +00:00 |
|
Glenn Maynard
|
267a3a9abd
|
enable x86 backtracer on x86-64
|
2004-10-22 22:17:36 +00:00 |
|
Glenn Maynard
|
006c10e1e4
|
add tls check
|
2004-09-09 02:24:52 +00:00 |
|
Glenn Maynard
|
dfa5cd9348
|
remove backtrace() support; system backtrace isn't good enough
|
2004-06-16 02:50:34 +00:00 |
|
Glenn Maynard
|
76319610bc
|
maybe work around lua -ldl stuff
|
2004-06-13 18:43:21 +00:00 |
|
Glenn Maynard
|
06af12a4aa
|
cleanup
|
2004-06-04 20:35:05 +00:00 |
|
Glenn Maynard
|
bf6d177250
|
fix calling lua-config if lua-config50 was found
|
2004-06-04 20:32:38 +00:00 |
|
Glenn Maynard
|
bb39eab0f0
|
only check for libXtst if we found X
|
2004-06-04 20:31:45 +00:00 |
|
Glenn Maynard
|
856edd55bb
|
stop linking against libSM and libICE
|
2004-05-27 23:03:23 +00:00 |
|
Glenn Maynard
|
c069732f02
|
fix vorbis when only static libraries are available
|
2004-03-19 02:05:55 +00:00 |
|
Glenn Maynard
|
eca7863cf4
|
add libXtst check
simplify
|
2004-03-15 02:26:34 +00:00 |
|
Glenn Maynard
|
497c3a18e3
|
fix check
|
2004-02-16 04:49:06 +00:00 |
|
Glenn Maynard
|
f40b156a6e
|
LUA_LIBS="$LIB_LUA $LIB_LUA_LIB"
|
2004-02-15 01:39:34 +00:00 |
|
Glenn Maynard
|
dbe0f10b53
|
lua checks
|
2004-02-14 22:05:09 +00:00 |
|
Glenn Maynard
|
c812ac2ec9
|
remove mesa junk; symlink it to libGL if you really want to do that
handle broken systems that need -lGLU to link -lGL
|
2004-01-30 05:19:22 +00:00 |
|
Steve Checkoway
|
bc3e405877
|
Don't depend on the linker being smart enough to pull in -lGL. See my e-mail to the dev list for more details.
|
2004-01-30 05:14:02 +00:00 |
|
Glenn Maynard
|
5548778cb1
|
do the GLU check correctly
|
2004-01-27 06:09:27 +00:00 |
|
Steve Checkoway
|
560b7b1e63
|
Compile with -lGLU. This is untested but it _should_ be correct and fix the linking problems reported for linux.
|
2004-01-25 10:07:14 +00:00 |
|
Glenn Maynard
|
4f6d8b0ef5
|
cxa_demangle check
|
2003-12-22 02:14:40 +00:00 |
|
Glenn Maynard
|
045811f341
|
add zlib test
|
2003-12-10 08:07:54 +00:00 |
|
Glenn Maynard
|
dfdc683d66
|
Fix BACKTRACE_METHOD_X86_LINUX on RedHat
|
2003-12-01 19:43:33 +00:00 |
|
Glenn Maynard
|
764b227a84
|
Cleanup.
|
2003-11-02 23:22:57 +00:00 |
|
Glenn Maynard
|
0a64a82d82
|
move audio format checks to a file
|
2003-09-20 20:03:44 +00:00 |
|
Glenn Maynard
|
7654dab0f5
|
Make systems with broken dynamic linkers happy.
|
2003-09-19 23:30:43 +00:00 |
|
Glenn Maynard
|
a88753627b
|
remove mdl_have_opengl.m4
|
2003-09-18 22:28:45 +00:00 |
|
Glenn Maynard
|
35c7641177
|
Rewrite overcomplicated OpenGL test.
|
2003-09-18 22:28:19 +00:00 |
|
Sean Burke
|
e57bddddb9
|
Add conditional link to system SDL 1.2.6
|
2003-09-16 19:24:17 +00:00 |
|
Glenn Maynard
|
fa1b6715b4
|
Set BACKTRACE_METHOD_TEXT, BACKTRACE_LOOKUP_METHOD_TEXT
|
2003-09-16 03:18:39 +00:00 |
|
Glenn Maynard
|
69d11d5fbb
|
We don't use GLU.
|
2003-09-05 08:16:14 +00:00 |
|
Steve Checkoway
|
f46d947b70
|
changed the defines
|
2003-07-31 19:17:20 +00:00 |
|
Glenn Maynard
|
1ad8b9ad0f
|
fix crash handler not always being installed properly
|
2003-07-29 20:59:39 +00:00 |
|
Glenn Maynard
|
fa8c738360
|
add m4 so you don't need gtk installed to run ./autogen.sh
|
2003-07-28 08:57:13 +00:00 |
|
Glenn Maynard
|
235bfae707
|
add tests
|
2003-07-27 07:42:40 +00:00 |
|