Age | Commit message (Expand) | Author |
2007-04-13 | Change the dev version suffix from cvs to hg; fix .cvsversion detection. | Darren Salt |
2007-04-12 | Set xv_path before rewriting X_LIBS if we're not using pkg-config to discover... | Diego 'Flameeyes' Pettenò |
2007-04-10 | Have configure option --enable-debug turn on debug code. | Reinhard Nißl |
2007-04-07 | Add a missing test call. | Diego 'Flameeyes' Pettenò |
2007-04-07 | Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly. | Darren Salt |
2007-04-04 | Move the Speex decoder from libspeex to libxineadec, as it's a single file. | Diego 'Flameeyes' Pettenò |
2007-04-04 | Move the Theora decoder from libtheora to libxinevdec, as it's a single file. | Diego 'Flameeyes' Pettenò |
2007-04-04 | Move the Vorbis decoder from libvorbis to libxineadec, as it's a single file. | Diego 'Flameeyes' Pettenò |
2007-04-04 | Move the linear pcm decoder from liblpcm to libxineadec, as it's a single file. | Diego 'Flameeyes' Pettenò |
2007-04-04 | Move the flac plugins sources into the combined directory, like wavpack. | Diego 'Flameeyes' Pettenò |
2007-04-04 | Remove duplicate wavpack line. | Diego 'Flameeyes' Pettenò |
2007-04-04 | Check for sys/dvdio.h, and use that if found, rather than having a check for ... | Diego 'Flameeyes' Pettenò |
2007-04-04 | Check for audio_info_t.output_muted member, rather than assuming it's not ava... | Diego 'Flameeyes' Pettenò |
2007-04-02 | Don't rely on AC_PROG_OBJC presence. | Diego 'Flameeyes' Pettenò |
2007-04-02 | Decrease the prerequisites to autoconf 2.59 (even if the code hasn't been mad... | Diego 'Flameeyes' Pettenò |
2007-04-01 | Define CONFIG_DARWIN when building for Darwin (i.e.: Mac OS X). | Diego 'Flameeyes' Pettenò |
2007-03-29 | Replace obsolete macros (processing done by autoupdate). | Darren Salt |
2007-03-26 | Use AS_HELP_STRING instead of the deprecated AC_HELP_STRING. | Darren Salt |
2007-03-26 | Send an event when the amp value or amp mute change. Patch by reinhard Nissl.... | Diego 'Flameeyes' Pettenò |
2007-03-24 | Improve tests for visibility attribute support; Mach-O supports default visib... | Diego 'Flameeyes' Pettenò |
2007-03-22 | Instead of defining HAVE_ASMALIGN_POT during configure and then creating the ... | Diego 'Flameeyes' Pettenò |
2007-03-22 | Move handling of Win32 codecs all in a single point of configure.ac rather th... | Diego 'Flameeyes' Pettenò |
2007-03-22 | Fix crosscompile to use build and host definition from autoconf, rather than ... | Diego 'Flameeyes' Pettenò |
2007-03-22 | Try to reorganize the first tests so that the conditional macros are tested t... | Diego 'Flameeyes' Pettenò |
2007-03-22 | As the code as it is requires autoconf 2.60, at least state it so. If we deci... | Diego 'Flameeyes' Pettenò |
2007-03-20 | Missing 'test'. | Darren Salt |
2007-03-20 | Oops, I copied it wrong from his paste, this should do it. | Diego 'Flameeyes' Pettenò |
2007-03-20 | On Darwin we also have to enable explicitly the text relocations. Thanks to E... | Diego 'Flameeyes' Pettenò |
2007-03-20 | USE AC_PROG_OBJC to find the objective C compiler, rather than messing by hand. | Diego 'Flameeyes' Pettenò |
2007-03-20 | The AC_C_ATTRIBUTE_ALIGNED macro is broken, it always reports maximum aligned... | Diego 'Flameeyes' Pettenò |
2007-03-20 | Fix typo. | Diego 'Flameeyes' Pettenò |
2007-03-19 | Define EXPORTED as a dummy value even when visibility attribute is not found. | Diego 'Flameeyes' Pettenò |
2007-03-19 | Use CC_CHECK_CFLAGS rather than AC_TRY_CFLAGS for checking the warnings to en... | Diego 'Flameeyes' Pettenò |
2007-03-19 | Instead of unconditionally defining _GNU_SOURCE in three different places, le... | Diego 'Flameeyes' Pettenò |
2007-03-19 | Check first for the non-alternate form of functions having alternative names,... | Diego 'Flameeyes' Pettenò |
2007-03-19 | Check for visibility flag only if the visibility attribute has been found, as... | Diego 'Flameeyes' Pettenò |
2007-03-19 | Make more generic the support for skipping the missing X11 output plugins war... | Diego 'Flameeyes' Pettenò |
2007-03-19 | We can't use Real codecs support on Darwin systems (OS X), as the format ther... | Diego 'Flameeyes' Pettenò |
2007-03-19 | We need to call CC_CHECK_WERROR first of all, as the autoconf automatic depen... | Diego 'Flameeyes' Pettenò |
2007-03-17 | Clean up configure checks for OSS support. Check for the various soundcard.h ... | Diego 'Flameeyes' Pettenò |
2007-03-17 | Instead of relying on FreeBSD being the only system not having __environ stde... | Diego 'Flameeyes' Pettenò |
2007-03-16 | Add proper support for disabling Real binary codecs support and add a paramet... | Diego 'Flameeyes' Pettenò |
2007-03-16 | Add a check if the compiler supports weak aliases, to add FreeBSD support to ... | Diego 'Flameeyes' Pettenò |
2007-03-16 | Cleanup pkg-config checks for libcdio/libvcdinfo. | Diego 'Flameeyes' Pettenò |
2007-03-16 | Fix the logic of libstk, as I declared it disabled by default. | Diego 'Flameeyes' Pettenò |
2007-03-16 | Simplify Jack checks, replace --enable/--disable with --with/--without as it'... | Diego 'Flameeyes' Pettenò |
2007-03-16 | Stop libstk checks from being automagic, by providing a --with/--without swit... | Diego 'Flameeyes' Pettenò |
2007-03-16 | Run true to avoid then else without content. | Diego 'Flameeyes' Pettenò |
2007-03-16 | Don't put -lXext into LIBS if found. | Diego 'Flameeyes' Pettenò |
2007-03-16 | Collapse X_LIBS, X_PRE_LIBS, -lXext and -lX11 in a single X_LIBS variable whe... | Diego 'Flameeyes' Pettenò |