summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2006-09-13Don't use -force_cpusubtype_ALL on Linux; thanks to Luca Barbato for noticing.Diego 'Flameeyes' Pettenò
2006-09-12Fixed iconv warnings on FreeBSD, fixed build w/o iconv but require it as defa...František Dvořák
2006-09-12Rewrite external ffmpeg support by using pkg-config rather than ad-hoc tests....Diego 'Flameeyes' Pettenò
2006-09-09Implement MMAP capable reading for files, reduces memory impact and improve p...Diego 'Flameeyes' Pettenò
2006-09-04Proper configure fix,František Dvořák
2006-09-03Fix configure for non-modular Xorg.František Dvořák
2006-09-02Allow extended hosts even for FreeBSD, when enabling vidix.Diego 'Flameeyes' Pettenò
2006-09-02Remove polypaudio plugin, in favour of PulseAudio.Diego 'Flameeyes' Pettenò
2006-09-02Make ./configure --enable-v4l fail if the videodev header is not found.Diego 'Flameeyes' Pettenò
2006-09-02Error out if --enable-syncfb is forced on a non-Linux system.Diego 'Flameeyes' Pettenò
2006-09-02Add --enable-syncfb option, and fix --enable-fb that was doubled; make it work.Diego 'Flameeyes' Pettenò
2006-08-27spec-file fix and translation updateFrantišek Dvořák
2006-08-12JACK audio driver by Chris CannamMiguel Freitas
2006-08-11Bump requirement for external libvcdinfo to one which hasDarren Salt
2006-08-02delete USE_FASTMEMCPY FFmpeg flag since our fastmemcpy.h file hasMike Melanson
2006-07-30Remove AC_CANONICAL_TARGET call, this is not a compiler.Diego 'Flameeyes' Pettenò
2006-07-28Only check for XShm.h if we're using X.Darren Salt
2006-07-28Check whether XShm.h is available; abort if not.Darren Salt
2006-07-26For some reasons to some users AC_SUBST isn't run by default by PKG_CHECK_MOD...Diego 'Flameeyes' Pettenò
2006-07-16Add asprintf & vasprintf implementations for systems which don't have them.Darren Salt
2006-07-12Don't invoke AC_C_ALWAYS_INLINE.Darren Salt
2006-07-11Replace the old polypaudio check with a new one using pkg-config, and mark po...Diego 'Flameeyes' Pettenò
2006-07-11Start implementing a pulseaudio output plugin, based on the previous polypaud...Diego 'Flameeyes' Pettenò
2006-07-11Remove the libtool hacking, --without-pic will do just as --enable-fpic if th...Diego 'Flameeyes' Pettenò
2006-07-11Bump version to 1.1.3cvs.Diego 'Flameeyes' Pettenò
2006-07-11Apply patches for Darwin compatibility, SF.net bug 1431220. Thanks to Benjami...Diego 'Flameeyes' Pettenò
2006-07-11Fix an error introduced in the x86 Mac fix.Darren Salt
2006-07-10Don't assume that darwin is PowerPC, check for it specifically, and move all ...Diego 'Flameeyes' Pettenò
2006-07-10Clean up a bit the configure script by using the implicit variables when useful.Diego 'Flameeyes' Pettenò
2006-07-10Replace custom ALSA macro with a simpler PKG_CHECK_MODULES call, and assume r...Diego 'Flameeyes' Pettenò
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-07-08Build VIS support for ffmpeg only if is enabled. When enabling VIS and user d...Diego 'Flameeyes' Pettenò
2006-07-06Adjust sed script for FreeBSD (new line after label names).František Dvořák
2006-06-29Add warnings about missing format attributes.Diego 'Flameeyes' Pettenò
2006-06-29Also enable -Wstrict-aliasing when available so that rules breakage will be e...Diego 'Flameeyes' Pettenò
2006-06-29When available, enable -Wformat warnings class. This prevents adding more pos...Diego 'Flameeyes' Pettenò
2006-06-19Mark text as impure where necessary to fix build under Solaris/IA32.Robin KAY
2006-06-17Fix Altivec libmpeg2 decoding, thanks to Luca Barbato (lu_zero@gentoo.org) an...Diego 'Flameeyes' Pettenò
2006-06-15Make HAVE_WAND and HAVE_GDK_PIXBUF a single conditional.Diego 'Flameeyes' Pettenò
2006-06-10Revert to use libxine1 as domain name, but ensure that newer gettext versions...Diego 'Flameeyes' Pettenò
2006-06-10Update gettext to 0.14.5, remove intl/ subdirectory so that external gettext ...Diego 'Flameeyes' Pettenò
2006-06-10Don't trust internal gettext macros, they are unreliable and change between v...Diego 'Flameeyes' Pettenò
2006-06-10Don't use the library name as domain name for gettext, as the one actually us...Diego 'Flameeyes' Pettenò
2006-06-03Drop "-Wa,-m7400" (since that forces building for 74xx processors) whenDarren Salt
2006-06-02Whoops. Apply a working version of the libX11/libXv locator fix.Darren Salt
2006-06-02Add comments to shut autoheader up.Darren Salt
2006-05-31Fix install problems in case configure was generated by autoconf >= 2.59c.Darren Salt
2006-05-30Fix up health check to find libX11 and libXv shared objects even if develDarren Salt
2006-05-01checked distcheck: install inttypes,František Dvořák
2006-04-22Use --cppflags from Wand-config of ImageMagick (fixes rare cases with ImageMa...František Dvořák