summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2006-09-26Check for visibility attribute, to allow using protected visibility for ↵Diego 'Flameeyes' Pettenò
library functions. CVS patchset: 8288 CVS date: 2006/09/26 04:15:29
2006-09-21Build fixes (other version of external libcdio workaround, typo in DX aout).František Dvořák
CVS patchset: 8273 CVS date: 2006/09/21 15:01:08
2006-09-16Provide an --enable-mmap switch to enable mmap, and default to the previous ↵Diego 'Flameeyes' Pettenò
behaviour (no-mmap). Problems to fix before enabling mmap() again: - SIGBUS when the file disappears (if can be worked around, low priority); - the size of the mmap()ed file is a constant, if the file is open for appending by another process mmap() should not be used; - there's a pointless memcpy() in the cache plugin that should be avoided for mmap() files. CVS patchset: 8267 CVS date: 2006/09/16 19:26:48
2006-09-15Make freetype2 not mandatory, thanks to Thibaut Mattern for letting me know.Diego 'Flameeyes' Pettenò
CVS patchset: 8261 CVS date: 2006/09/15 19:11:34
2006-09-14Fix build on system w/o speex or theora (and I'm going to install it :-)).František Dvořák
CVS patchset: 8259 CVS date: 2006/09/14 15:38:46
2006-09-14Don't check for F77/Fortran support in libtool, as no part of the code ↵Diego 'Flameeyes' Pettenò
really uses f77. This cuts down 9KB of configure script. CVS patchset: 8257 CVS date: 2006/09/14 13:47:08
2006-09-14Even imagemagick can be moved to pkg-config, and this also unbreaks the build.Diego 'Flameeyes' Pettenò
Wand-config reports the cflags and ldflags used to build ImageMagick, that might not be correct for xine. CVS patchset: 8255 CVS date: 2006/09/14 13:33:37
2006-09-14Simplify IPv6 check.Diego 'Flameeyes' Pettenò
CVS patchset: 8254 CVS date: 2006/09/14 12:16:39
2006-09-14Fix SDL built/not built declaration at the end of the config process.Diego 'Flameeyes' Pettenò
CVS patchset: 8252 CVS date: 2006/09/14 03:06:49
2006-09-14Use pkg-config also to check for freetype2.Diego 'Flameeyes' Pettenò
CVS patchset: 8251 CVS date: 2006/09/14 03:05:35
2006-09-14Fix typoDiego 'Flameeyes' Pettenò
CVS patchset: 8250 CVS date: 2006/09/14 02:56:33
2006-09-14Try to sanitise the --enable/--disable and --with/--without switches.Diego 'Flameeyes' Pettenò
--with/--without should be used when external packages are needed; --enable/--disable for things that don't need anything. Paths, when relaly need to be given, should use --with/--without, or might be declared as variables, like pkg-config overrides. This tries to conform to the use of autotools of almost every other package. CVS patchset: 8249 CVS date: 2006/09/14 02:55:34
2006-09-14Do the same for SDL: use pkg-config rather than the m4 test.Diego 'Flameeyes' Pettenò
CVS patchset: 8248 CVS date: 2006/09/14 02:42:20
2006-09-14Replace also esound test with pkg-config based test, and remove esd.m4.Diego 'Flameeyes' Pettenò
CVS patchset: 8247 CVS date: 2006/09/14 02:33:14
2006-09-14Use pkg-config to run the tests for libogg, libvorbis, libtheora and ↵Diego 'Flameeyes' Pettenò
libspeex; provide --disable-* entries for all of them, so that they can be disabled by the user. All the recent versions of the above libraries supports pkg-config in every target. CVS patchset: 8244 CVS date: 2006/09/14 02:10:01
2006-09-14Update libcaca check to use the pkg-config file shipped with libcaca 0.99, ↵Diego 'Flameeyes' Pettenò
and change --disable-caca to --without-caca (to conform with other external libraries). CVS patchset: 8238 CVS date: 2006/09/14 00:42:24
2006-09-13Don't use -force_cpusubtype_ALL on Linux; thanks to Luca Barbato for noticing.Diego 'Flameeyes' Pettenò
CVS patchset: 8235 CVS date: 2006/09/13 23:57:46
2006-09-12Fixed iconv warnings on FreeBSD, fixed build w/o iconv but require it as ↵František Dvořák
default. CVS patchset: 8223 CVS date: 2006/09/12 21:24:18
2006-09-12Rewrite external ffmpeg support by using pkg-config rather than ad-hoc ↵Diego 'Flameeyes' Pettenò
tests. To change the prefix, simply change the variables from outside or add the directory containing the .pc files to PKG_CONFIG_PATH environment variable. CVS patchset: 8222 CVS date: 2006/09/12 00:06:05
2006-09-09Implement MMAP capable reading for files, reduces memory impact and improve ↵Diego 'Flameeyes' Pettenò
performance on local files. CVS patchset: 8213 CVS date: 2006/09/09 22:11:08
2006-09-04Proper configure fix,František Dvořák
added Xorg's X_CFLAGS where needed. CVS patchset: 8201 CVS date: 2006/09/04 06:19:55
2006-09-03Fix configure for non-modular Xorg.František Dvořák
CVS patchset: 8200 CVS date: 2006/09/03 19:41:16
2006-09-02Allow extended hosts even for FreeBSD, when enabling vidix.Diego 'Flameeyes' Pettenò
CVS patchset: 8196 CVS date: 2006/09/02 22:02:36
2006-09-02Remove polypaudio plugin, in favour of PulseAudio.Diego 'Flameeyes' Pettenò
CVS patchset: 8195 CVS date: 2006/09/02 21:59:54
2006-09-02Make ./configure --enable-v4l fail if the videodev header is not found.Diego 'Flameeyes' Pettenò
CVS patchset: 8194 CVS date: 2006/09/02 21:55:37
2006-09-02Error out if --enable-syncfb is forced on a non-Linux system.Diego 'Flameeyes' Pettenò
CVS patchset: 8193 CVS date: 2006/09/02 21:30:29
2006-09-02Add --enable-syncfb option, and fix --enable-fb that was doubled; make it work.Diego 'Flameeyes' Pettenò
CVS patchset: 8188 CVS date: 2006/09/02 01:05:24
2006-08-27spec-file fix and translation updateFrantišek Dvořák
tiny fix in configure for . != srcdir CVS patchset: 8183 CVS date: 2006/08/27 16:29:47
2006-08-12JACK audio driver by Chris CannamMiguel Freitas
CVS patchset: 8178 CVS date: 2006/08/12 23:57:29
2006-08-11Bump requirement for external libvcdinfo to one which hasDarren Salt
vcdinfo_get_seg_resolution. CVS patchset: 8175 CVS date: 2006/08/11 17:20:13
2006-08-02delete USE_FASTMEMCPY FFmpeg flag since our fastmemcpy.h file hasMike Melanson
nothing in it right now anyway CVS patchset: 8147 CVS date: 2006/08/02 07:06:34
2006-07-30Remove AC_CANONICAL_TARGET call, this is not a compiler.Diego 'Flameeyes' Pettenò
CVS patchset: 8142 CVS date: 2006/07/30 21:37:34
2006-07-28Only check for XShm.h if we're using X.Darren Salt
CVS patchset: 8141 CVS date: 2006/07/28 18:44:20
2006-07-28Check whether XShm.h is available; abort if not.Darren Salt
CVS patchset: 8140 CVS date: 2006/07/28 18:27:10
2006-07-26For some reasons to some users AC_SUBST isn't run by default by ↵Diego 'Flameeyes' Pettenò
PKG_CHECK_MODULES, so run it explicitely. CVS patchset: 8139 CVS date: 2006/07/26 09:18:40
2006-07-16Add asprintf & vasprintf implementations for systems which don't have them.Darren Salt
CVS patchset: 8128 CVS date: 2006/07/16 14:24:21
2006-07-12Don't invoke AC_C_ALWAYS_INLINE.Darren Salt
Should fix inline use-before-define build failures on several architectures; it certainly prevents this problem with debug/noopt builds on amd64. CVS patchset: 8121 CVS date: 2006/07/12 20:19:04
2006-07-11Replace the old polypaudio check with a new one using pkg-config, and mark ↵Diego 'Flameeyes' Pettenò
polypaudio as deprecated (0.6, 0.7 versions are quite old), disabling it by default. CVS patchset: 8115 CVS date: 2006/07/11 05:27:51
2006-07-11Start implementing a pulseaudio output plugin, based on the previous ↵Diego 'Flameeyes' Pettenò
polypaudio plugin. Right now delays don't work (yet), but the rest of it should. CVS patchset: 8114 CVS date: 2006/07/11 05:20:31
2006-07-11Remove the libtool hacking, --without-pic will do just as --enable-fpic if ↵Diego 'Flameeyes' Pettenò
the platform supports it. Trust libtool when possible (most of non-PIC-compatible code should be easily fixable anyway). CVS patchset: 8111 CVS date: 2006/07/11 03:36:47
2006-07-11Bump version to 1.1.3cvs.Diego 'Flameeyes' Pettenò
CVS patchset: 8110 CVS date: 2006/07/11 03:28:18
2006-07-11Apply patches for Darwin compatibility, SF.net bug 1431220. Thanks to ↵Diego 'Flameeyes' Pettenò
Benjamin Reed. CVS patchset: 8109 CVS date: 2006/07/11 03:22:59
2006-07-11Fix an error introduced in the x86 Mac fix.Darren Salt
CVS patchset: 8107 CVS date: 2006/07/11 00:31:43
2006-07-10Don't assume that darwin is PowerPC, check for it specifically, and move all ↵Diego 'Flameeyes' Pettenò
the generic (non PPC-related) darwin checks in their own case to fix support for Mac OS X on x86. CVS patchset: 8106 CVS date: 2006/07/10 23:15:37
2006-07-10Clean up a bit the configure script by using the implicit variables when useful.Diego 'Flameeyes' Pettenò
CVS patchset: 8105 CVS date: 2006/07/10 22:52:20
2006-07-10Replace custom ALSA macro with a simpler PKG_CHECK_MODULES call, and assume ↵Diego 'Flameeyes' Pettenò
requirement of 0.9.0 minimum. See SF.net bug 1394688. CVS patchset: 8104 CVS date: 2006/07/10 22:43:50
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ↵Diego 'Flameeyes' Pettenò
(through backports), to avoid exporting unneeded internal symbols, making plugins' loading faster and use of internal copies of libraries more solid. It should automatically fall back to the old way in GCCs that does not support -fvisibility=hidden, but has to be tested carefully. No issues were found in the months of testing in Gentoo, but this requires special attention anyway. CVS patchset: 8101 CVS date: 2006/07/10 22:08:12
2006-07-08Build VIS support for ffmpeg only if is enabled. When enabling VIS and user ↵Diego 'Flameeyes' Pettenò
didn't give any mcpu argument, default to v9 to allow building (GCC defaults to v8 up to 4.1 series). CVS patchset: 8097 CVS date: 2006/07/08 15:10:22
2006-07-06Adjust sed script for FreeBSD (new line after label names).František Dvořák
CVS patchset: 8091 CVS date: 2006/07/06 14:33:25
2006-06-29Add warnings about missing format attributes.Diego 'Flameeyes' Pettenò
CVS patchset: 8077 CVS date: 2006/06/29 10:50:04