Age | Commit message (Collapse) | Author |
|
|
|
discover X libraries.
|
|
|
|
|
|
|
|
--HG--
rename : src/libspeex/xine_decoder.c => src/libxineadec/xine_speex_decoder.c
|
|
--HG--
rename : src/libtheora/xine_decoder.c => src/libxinevdec/xine_theora_decoder.c
|
|
--HG--
rename : src/libvorbis/xine_decoder.c => src/libxineadec/xine_vorbis_decoder.c
|
|
--HG--
rename : src/liblpcm/xine_decoder.c => src/libxineadec/xine_lpcm_decoder.c
|
|
--HG--
rename : src/libflac/decoder_flac.c => src/combined/decoder_flac.c
rename : src/libflac/demux_flac.c => src/combined/demux_flac.c
rename : src/libflac/demux_flac.h => src/combined/demux_flac.h
|
|
|
|
the BSDs.
Thanks to Pascal S. de Kloe for pointing at this.
|
|
available on NetBSD only.
With this, it's not needed to check for OpenBSD too.
Thanks to Pascal S. de Kloe for pointing at it.
|
|
When the macro is not present (so we're using autoconf 2.59), use a
different path, by checking for the proper gcc command as OBJC, and
substitute it in Makefiles together with OBJCFLAGS.
This completes support for autoconf 2.59 by itself.
|
|
made compatible yet).
|
|
Patch thanks to Matt Messier.
CVS patchset: 8783
CVS date: 2007/04/01 22:05:27
|
|
Some tests were rearranged (AC_TRY_LINK moved out of AC_TRY_RUN
cross-compilation case, with arrangements to maintain the semantics) to
avoid autoupdate errors.
Factored out common (duplicate) code in aa.m4.
Tested with autoconf 2.61; needs testing with 2.60.
CVS patchset: 8767
CVS date: 2007/03/29 18:23:36
|
|
CVS patchset: 8751
CVS date: 2007/03/26 14:21:10
|
|
Nissl. Also bump the libtool version info.
CVS patchset: 8749
CVS date: 2007/03/26 11:48:00
|
|
visibility but not protected (as the default is actually kinda like protected), thanks to Matt Messier in bug #1686194 for pointing me at that.
CVS patchset: 8744
CVS date: 2007/03/24 02:36:52
|
|
macro ASMALIGN(ZEROBITS) in ffmpeg's code, define it directly at configure, this way it can be used for the planar postplugin, that will then build with Apple's AS.
CVS patchset: 8742
CVS date: 2007/03/22 23:32:05
|
|
than split in two. Check for GNU as (macro adapted from libtool's check for GNU ld), as for instance Apple's assembler is not going to compile the Win32 wrappers. When GNU as is not found and user hasn't requested win32 codecs support explicitely, skip over it; if user requested win32 codecs and GNU as is not found, bail out.
CVS patchset: 8740
CVS date: 2007/03/22 22:31:48
|
|
using hacksaround. Also replace the whole pthread check with an improved macro originally written for XCB, this way it's not going to try linking the fake -lpthread on Darwin, and it also does not force a -I/usr/local/include on FreeBSD. The new macro respects the same variables set by ports, so that it's even more transparent to FreeBSD users.
CVS patchset: 8739
CVS date: 2007/03/22 20:44:58
|
|
together, and that the programs are checked. This way all the compilers and flags variables are grouped together on the --help output.
CVS patchset: 8738
CVS date: 2007/03/22 18:21:16
|
|
decide to push back to support 2.59 again, then the AC_PREREQ should be changed too.
Leaving 2.53 is out of question for sure.
CVS patchset: 8736
CVS date: 2007/03/22 14:32:56
|
|
CVS patchset: 8735
CVS date: 2007/03/20 14:10:49
|
|
CVS patchset: 8732
CVS date: 2007/03/20 01:25:03
|
|
Emanuele Giaquinta for pointing me at the right LDFLAG.
CVS patchset: 8731
CVS date: 2007/03/20 01:18:51
|
|
CVS patchset: 8730
CVS date: 2007/03/20 01:13:30
|
|
aligned available as 64 even on Darwin where the maximum is 16, as it does not use -Werror, and the wrong alignment is considered only a warning. Rewrite it as CC_ATTRIBUTE_ALIGNED (in attributes.m4, where other similar macros are located). Also reverse the order of the checks, so that the highest version is tried first; this way you can avoid five compile tests on systems where 64 is the highest alignment available.
CVS patchset: 8726
CVS date: 2007/03/20 00:30:55
|
|
CVS patchset: 8725
CVS date: 2007/03/20 00:01:19
|
|
CVS patchset: 8724
CVS date: 2007/03/19 23:55:00
|
|
enabled, as this one caches its tests, so a run using cached values will be faster.
CVS patchset: 8721
CVS date: 2007/03/19 23:41:05
|
|
let AC_GNU_SOURCE decide what it's best to do.
CVS patchset: 8720
CVS date: 2007/03/19 23:30:17
|
|
names, and break at the first one found; avoids four link tests on Linux, FreeBSD and Darwin.
CVS patchset: 8719
CVS date: 2007/03/19 23:21:36
|
|
as we don't care otherwise.
CVS patchset: 8718
CVS date: 2007/03/19 23:16:19
|
|
warning: Darwin dows not need them either.
CVS patchset: 8717
CVS date: 2007/03/19 23:10:15
|
|
there is Mach-O and not ELF (and also aliases are not available).
CVS patchset: 8716
CVS date: 2007/03/19 23:04:08
|
|
dependency support fails us, as the first time it's invoked is conditional.
CVS patchset: 8715
CVS date: 2007/03/19 23:02:49
|
|
headers, and then include the best one that has been found on the system. Check for definition of SNDCTL_DSP_SETFRAGMENT in those headers. Check for the correct request parameter type for ioctl(), as also modern Linux uses unsigned long. Don't list all the big endian machines (as they aren't reliable to list anyway, some of them might work with both endians), use WORDS_BIGENDIAN instead.
CVS patchset: 8697
CVS date: 2007/03/17 06:59:31
|
|
stderr ___brk_addr and __ctype_b, look for them during ./configure stage. Also check for alternatives, and check for compiler's weak aliasing support only if it's actually going to be used.
CVS patchset: 8696
CVS date: 2007/03/17 06:11:30
|
|
parameter to define a codecs path during configure stage, rather than probing at runtime.
CVS patchset: 8688
CVS date: 2007/03/16 22:32:13
|
|
Real codecs.
CVS patchset: 8680
CVS date: 2007/03/16 20:12:41
|
|
CVS patchset: 8674
CVS date: 2007/03/16 02:35:29
|
|
CVS patchset: 8672
CVS date: 2007/03/16 02:04:32
|
|
it's an external library, list it in the list of available audio outputs if found.
CVS patchset: 8671
CVS date: 2007/03/16 02:02:50
|
|
switch for it. Default for it to be disabled, as the libstk site is no more available, and at least on Debian, libstk is a totally different package.
CVS patchset: 8670
CVS date: 2007/03/16 01:53:27
|
|
CVS patchset: 8668
CVS date: 2007/03/16 00:29:02
|
|
CVS patchset: 8667
CVS date: 2007/03/16 00:21:40
|
|
when using non-pkg-config based discovery of X11 libraries; also check for xext together with x11 with pkg-config. This reduces the list of libraries to add to _LIBADD for video output plugins, and should solve the problems with -lXext being linked in with X disabled.
CVS patchset: 8666
CVS date: 2007/03/16 00:01:31
|