summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
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
2006-06-29Also enable -Wstrict-aliasing when available so that rules breakage will be ↵Diego 'Flameeyes' Pettenò
either resolved or fixed, even if building without optimisations. CVS patchset: 8076 CVS date: 2006/06/29 10:29:37
2006-06-29When available, enable -Wformat warnings class. This prevents adding more ↵Diego 'Flameeyes' Pettenò
possible format string vulnerabilities. CVS patchset: 8075 CVS date: 2006/06/29 10:18:22
2006-06-19Mark text as impure where necessary to fix build under Solaris/IA32.Robin KAY
CVS patchset: 8060 CVS date: 2006/06/19 12:08:45
2006-06-17Fix Altivec libmpeg2 decoding, thanks to Luca Barbato (lu_zero@gentoo.org) ↵Diego 'Flameeyes' Pettenò
and Christer Palm (palm@nogui.se). CVS patchset: 8045 CVS date: 2006/06/17 12:45:51
2006-06-15Make HAVE_WAND and HAVE_GDK_PIXBUF a single conditional.Diego 'Flameeyes' Pettenò
CVS patchset: 8037 CVS date: 2006/06/15 13:05:50
2006-06-10Revert to use libxine1 as domain name, but ensure that newer gettext ↵Diego 'Flameeyes' Pettenò
versions behave as intended. CVS patchset: 8032 CVS date: 2006/06/10 17:38:46
2006-06-10Update gettext to 0.14.5, remove intl/ subdirectory so that external gettext ↵Diego 'Flameeyes' Pettenò
is used, as discussed in xine-devel. CVS patchset: 8027 CVS date: 2006/06/10 01:47:01
2006-06-10Don't trust internal gettext macros, they are unreliable and change between ↵Diego 'Flameeyes' Pettenò
versions. Check for nl_langinfo() explicitely and use that instead. CVS patchset: 8023 CVS date: 2006/06/10 00:21:51
2006-06-10Don't use the library name as domain name for gettext, as the one actually ↵Diego 'Flameeyes' Pettenò
used and installed is "xine-lib". CVS patchset: 8022 CVS date: 2006/06/10 00:16:43
2006-06-03Drop "-Wa,-m7400" (since that forces building for 74xx processors) whenDarren Salt
altivec is enabled, thus breaking compile on G5 (970) processors. (Patch from Gentoo; ref. Gentoo bug 130217.) CVS patchset: 8013 CVS date: 2006/06/03 12:58:16
2006-06-02Whoops. Apply a working version of the libX11/libXv locator fix.Darren Salt
CVS patchset: 8006 CVS date: 2006/06/02 19:46:24
2006-06-02Add comments to shut autoheader up.Darren Salt
CVS patchset: 8005 CVS date: 2006/06/02 19:36:20
2006-05-31Fix install problems in case configure was generated by autoconf >= 2.59c.Darren Salt
CVS patchset: 8000 CVS date: 2006/05/31 00:01:44
2006-05-30Fix up health check to find libX11 and libXv shared objects even if develDarren Salt
packages aren't installed (where appropriate). (Ubuntu 47357) CVS patchset: 7999 CVS date: 2006/05/30 23:30:26
2006-05-01checked distcheck: install inttypes,František Dvořák
(video_out/alphablend* need to be removed yet) gcc-2.95 support: SMB, external compiled with different gcc VCD fixed GDK_PIXBUF build CVS patchset: 7983 CVS date: 2006/05/01 21:35:30
2006-04-22Use --cppflags from Wand-config of ImageMagick (fixes rare cases with ↵František Dvořák
ImageMagick on non-standard prefix). CVS patchset: 7980 CVS date: 2006/04/22 09:41:10
2006-04-08Ancient platforms support:František Dvořák
- rint, lrint, M_PI (ffmpeg and goom) - avoid mkdir warnings - check for older _GUID_DEFINED too - ressurected generating inttypes, cleaned public os_types.h - moved function redefiniton used only in the old MSVC to central place Windows port update: - build internal ffmpeg: - workaround 'near' keyword problem - proper using __declspec(dllimport) Other changes: - LIBFFMPEG_CFLAGS --> LIBFFMPEG_CPPFLAGS CVS patchset: 7964 CVS date: 2006/04/08 16:42:23
2006-03-29fix implicit declaration in libmad without patching libmadFrantišek Dvořák
CVS patchset: 7956 CVS date: 2006/03/29 20:56:05
2006-02-05--disable-xvmc parameter (by Flameeyes)Miguel Freitas
CVS patchset: 7871 CVS date: 2006/02/05 13:59:45
2006-02-05Flameeyes' --enable-libmodplug patchMiguel Freitas
CVS patchset: 7870 CVS date: 2006/02/05 13:14:14
2006-02-04Enable AMD64 mmx/sse support in some plugins (tvtime, libmpeg2, goom...)Miguel Freitas
patch by dani3l CVS patchset: 7867 CVS date: 2006/02/04 14:06:29
2006-02-02Add an gdk-pixbuf image decoder, faster than the ImageMagick one...Bastien Nocera
CVS patchset: 7862 CVS date: 2006/02/02 20:39:32
2006-01-29Imported FusionSound audio driver.Claudio Ciccani
CVS patchset: 7858 CVS date: 2006/01/29 16:00:51
2006-01-25* Patch from SuSE to fix alsa after hardware suspendMiguel Freitas
* Fix the ./configure --enable-static-xv parameter CVS patchset: 7844 CVS date: 2006/01/25 17:40:59
2006-01-22**BUGFIX**František Dvořák
Force running iconv test (it runs under AM_GNU_GETTEXT anyway). Add FreeBSD specific prefix to iconv test. Fixed missing autotools symbols on FreeBSD (it's somewhere in system, but xine should contain it too). CVS patchset: 7838 CVS date: 2006/01/22 15:15:30
2006-01-08*BUGFIX*František Dvořák
Used the same pludindir and path separator for native Win32 and CygWin. Fixed build of the plugins using X11 on CygWin. CVS patchset: 7833 CVS date: 2006/01/08 12:15:39
2005-12-24 * Disable the XXMC plugin if Xv support isn't thereBastien Nocera
CVS patchset: 7828 CVS date: 2005/12/24 15:35:59
2005-11-28*BUGFIX*František Dvořák
Improved cross-compiling: detect and precedence of the host-specific libs W32dll: enabled by platforms as originaly, user can override it Fixed shell errors in the Makefile of the hackersguide Detect the place of SDL header independently on platform Fixed spelling in CDDA, include the header sys/param.h if available Fixed format strings (fix warnings (or even bugs) on Gentoo/FreeBSD) CVS patchset: 7815 CVS date: 2005/11/28 12:24:56
2005-11-151.1.1 is already taggedMiguel Freitas
CVS patchset: 7805 CVS date: 2005/11/15 14:58:52
2005-11-14*BUGFIX*František Dvořák
Testsuite for M$ Windows: - init mutex in all video drivers ('none' for testsuite, fixes crashes), was OK for linux pthreads - use WaitForSingleObject for console file descriptirs in _x_io_select (fixes stdin:/) - workaround heavy debug messages in asf demuxer for some samples (fixes full disk :->) Fixed previous fix, s/gmtime/timgm/ :-) Aalib cross detection + udate docs CVS patchset: 7799 CVS date: 2005/11/14 12:34:45
2005-11-10*BUGFIX*František Dvořák
Cygwin port update. CVS patchset: 7798 CVS date: 2005/11/10 15:59:32
2005-11-06put -D_FILE_OFFSET_BITS=64 backMiguel Freitas
CVS patchset: 7795 CVS date: 2005/11/06 17:58:35
2005-10-30gapless playback stream switching supportMiguel Freitas
CVS patchset: 7784 CVS date: 2005/10/30 02:18:35
2005-10-23big ffmpeg updateMiguel Freitas
it is likely to break, so please keep both pieces CVS patchset: 7767 CVS date: 2005/10/23 02:11:16
2005-10-22/usr/lib/codecs is preferred /usr/lib/win32 (it is what mplayer uses)Miguel Freitas
patch by Diego Biurrun CVS patchset: 7765 CVS date: 2005/10/22 22:09:44