Glenn Maynard
|
d268477d4f
|
fix "../configure: line 6627: no_x: command not found"
|
2007-09-08 07:33:22 +00:00 |
|
Glenn Maynard
|
79b3de00f5
|
allow linking selected libraries statically. This can reduce certain runtime dependencies.
|
2007-05-13 18:43:25 +00:00 |
|
Glenn Maynard
|
1a1551bfc1
|
helper for selective static linking
|
2007-05-13 18:38:17 +00:00 |
|
Glenn Maynard
|
d4c72630af
|
fix test
|
2007-03-21 20:29:57 +00:00 |
|
Glenn Maynard
|
a7afd661d9
|
ffmpeg update
|
2007-03-21 05:53:17 +00:00 |
|
Steve Checkoway
|
c17ce3eff3
|
These are not installed by aclocal by default but are needed for iconv.m4.
|
2007-03-14 08:17:49 +00:00 |
|
Steve Checkoway
|
0927be48a4
|
Fix silly comment.
|
2007-03-13 17:54:27 +00:00 |
|
Steve Checkoway
|
dd19e26e59
|
Remove obsolete macros. This was easier than I thought. I just ran autoupdate on configure.ac and the .m4 files and compared the output.
|
2007-03-13 10:20:57 +00:00 |
|
Glenn Maynard
|
9428c1c852
|
fix up broken with_ffmpeg check. Libraries were being linked on failure, which was very confusing, since it looked like it succeeded. Remove --with-static-ffmpeg-prefix; use --with-ffmpeg instead.
|
2007-02-20 09:38:47 +00:00 |
|
Glenn Maynard
|
d699e9f8d3
|
partial fix of ugly spacing
|
2007-02-20 07:28:23 +00:00 |
|
Glenn Maynard
|
cc8182fb7e
|
fix --without-theora
|
2007-01-27 02:13:45 +00:00 |
|
Glenn Maynard
|
c0de8a3cd8
|
gettext script needed for AM_ICONV in automake-1.10 (why?)
|
2007-01-24 04:40:10 +00:00 |
|
Glenn Maynard
|
c4f31011c4
|
remove SM_LUA
|
2006-09-25 08:25:50 +00:00 |
|
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 |
|