log configure @ 35824:5ccbc60921d1

age author description
Mon, 18 Feb 2013 12:09:29 +0000 cehoyos Fix compilation with latest FFmpeg.
Mon, 18 Feb 2013 02:58:32 +0000 diego configure: Refactor listing libav* subparts into a function
Sun, 17 Feb 2013 13:17:51 +0000 michael build-sys: fix for ffmpeg due to HAVE_ICONV
Fri, 15 Feb 2013 09:47:47 +0000 cehoyos Revert r35912, it breaks compilation.
Fri, 15 Feb 2013 02:40:37 +0000 diego configure: Simplify option value handling with helper functions
Fri, 15 Feb 2013 02:40:35 +0000 diego configure: Add toupper() and tolower() utility functions
Fri, 15 Feb 2013 02:40:33 +0000 diego configure: Remove redundant double variable initialization
Sun, 27 Jan 2013 12:15:19 +0000 al build: configure: Simplify check for alloca
Wed, 23 Jan 2013 16:04:33 +0000 diego configure: Drop unused WORDS_BIGENDIAN config.h #define.
Wed, 23 Jan 2013 16:04:28 +0000 diego configure: Unset HAVE_DIRECT_H if direct.h is not available.
Tue, 22 Jan 2013 18:33:38 +0000 michael configure: Add cbrt() code to avoid breaking compile with ffmpeg which will need that in a moment.
Mon, 21 Jan 2013 23:35:37 +0000 diego configure: cosmetics: Move os2threads check to a more suitable place.
Mon, 21 Jan 2013 23:35:35 +0000 diego configure: Add windows.h check for libavutil
Mon, 21 Jan 2013 23:35:32 +0000 diego configure: cosmetics: Restructure some entries in config.h.
Mon, 21 Jan 2013 23:05:25 +0000 diego configure: Simplify giflib workaround check through helper functions.
Mon, 21 Jan 2013 23:05:23 +0000 diego configure: Simplify liba52 check through helper functions.
Mon, 21 Jan 2013 23:05:20 +0000 diego configure: Drop commented-out line from OpenAL check.
Mon, 21 Jan 2013 20:18:16 +0000 diego configure: Add check for _aligned_malloc(), used in libavutil.
Mon, 21 Jan 2013 19:44:49 +0000 diego configure: Add check for mprotect(), used in libswscale.
Mon, 21 Jan 2013 18:21:55 +0000 diego configure: Unconditionally check for io.h and direct.h
Fri, 18 Jan 2013 09:50:30 +0000 cehoyos Fix libvpx compilation.
Thu, 10 Jan 2013 11:12:40 +0000 cehoyos Fix compilation with current FFmpeg.
Sun, 30 Dec 2012 13:41:52 +0000 cehoyos Fix compilation with latest FFmpeg.
Sun, 23 Dec 2012 02:19:57 +0000 cehoyos 10l: Use correct variable name for libilbc config line.
Sat, 22 Dec 2012 17:53:30 +0000 cehoyos Allow libmng autodetection to test for "-lmng" and "-lmng -ljpeg".
Sat, 22 Dec 2012 11:21:35 +0000 cehoyos Add support for FFmpeg's libilbc decoder.
Sat, 22 Dec 2012 10:53:51 +0000 cehoyos Fix compilation with current FFmpeg.
Thu, 20 Dec 2012 22:35:51 +0000 cehoyos Replace ARMVFP by VFP as currrently used by FFmpeg.
Thu, 13 Dec 2012 10:25:18 +0000 cehoyos Fix compilation with current FFmpeg git head.
Sat, 01 Dec 2012 20:09:34 +0000 reimar Print some help on what to do if we cannot get a FFmpeg snapshot.
Fri, 23 Nov 2012 20:53:54 +0000 reimar Add a version script to hide all symbols.
Fri, 23 Nov 2012 20:34:49 +0000 reimar Add --large-address-aware to allow 32 bit Windows builds to use
Fri, 23 Nov 2012 20:33:22 +0000 reimar Fix auto-detection of MinGW as compile target.
Sat, 10 Nov 2012 17:06:26 +0000 reimar Set TMPEXE only after OS detection.
Sat, 10 Nov 2012 16:12:22 +0000 reimar Move compiler check to be earlier so we can use the compiler
Sat, 10 Nov 2012 16:05:12 +0000 reimar Move runtime cpu detection support until after we determined
Sat, 10 Nov 2012 15:51:19 +0000 reimar cpuinfo binary needs to be compiled with host compiler.
Sat, 10 Nov 2012 15:01:48 +0000 reimar Set CONFIG_LIBXVID up properly.
Fri, 09 Nov 2012 21:03:30 +0000 reimar Generate proper CONFIG_ entries in config.mak.
Fri, 02 Nov 2012 00:17:07 +0000 upsuper configure: add more cpu type detection
Tue, 30 Oct 2012 17:47:18 +0000 reimar Also add CONFIG_LZO define.
Sun, 28 Oct 2012 20:55:47 +0000 al build/configure: Check for more math functions
Sat, 27 Oct 2012 12:22:26 +0000 al build/configure: Move addition of extra CFLAGS further down
Thu, 25 Oct 2012 21:53:53 +0000 cehoyos Fix compilation with current FFmpeg.
Tue, 23 Oct 2012 21:12:34 +0000 cehoyos Fix compilation with latest FFmpeg.
Sun, 21 Oct 2012 12:10:38 +0000 reimar Remove our internal mp3lib copy.
Sun, 21 Oct 2012 10:10:57 +0000 reimar Change tremor check so it fails on old incompatible versions
Mon, 15 Oct 2012 22:04:14 +0000 cehoyos Detect direct.h and io.h on Windows.
Sun, 14 Oct 2012 20:06:09 +0000 cehoyos Change order of libraries when linking with libvorbisenc.
Sun, 14 Oct 2012 11:01:35 +0000 cehoyos Change the order of tested libvorbis ldflags.
Sat, 13 Oct 2012 17:04:42 +0000 cehoyos Add missing define for avconfig.h
Tue, 09 Oct 2012 10:23:53 +0000 cehoyos Force compilation of FFmpeg's error_resilience.o
Tue, 09 Oct 2012 10:21:34 +0000 cehoyos Disable FFmpeg exr decoder if zlib is not available.
Tue, 09 Oct 2012 08:15:23 +0000 cehoyos Fix compilation with current FFmpeg.
Sun, 07 Oct 2012 19:15:16 +0000 cehoyos Improve Ogg/Vorbis detection.
Sat, 06 Oct 2012 04:49:49 +0000 cehoyos Fix compilation with --disable-mencoder.
Sat, 06 Oct 2012 04:48:58 +0000 cehoyos Save poor users from my configure hack (r35227).
Thu, 04 Oct 2012 18:04:44 +0000 cigaes Revert "Freeze FFmpeg to 1.0 until planar audio playback is fixed."
Wed, 03 Oct 2012 10:19:31 +0000 cehoyos Freeze FFmpeg to 1.0 until planar audio playback is fixed.
Sat, 29 Sep 2012 21:33:32 +0000 reimar Remove our own tremor copy, it is ancient, unmaintained
Sun, 23 Sep 2012 21:00:20 +0000 reimar Disable our included tremor by default, it is too buggy.
Sun, 23 Sep 2012 19:38:26 +0000 cehoyos Fix auto-detection of current live555.
Sat, 22 Sep 2012 19:14:01 +0000 reimar Add HAVE_ASM_MOD_Q for ARM compilation.
Sat, 22 Sep 2012 18:04:17 +0000 reimar Update FFmpeg git URL to the current official one (they point at the
Fri, 21 Sep 2012 07:55:55 +0000 cehoyos Prevent $@ expansion in cat > <<EOF
Thu, 20 Sep 2012 22:31:06 +0000 cehoyos Fix compilation with current FFmpeg.
Wed, 19 Sep 2012 19:34:08 +0000 reimar Make sure av_restrict is defined for FFmpeg.
Fri, 14 Sep 2012 14:16:08 +0000 cehoyos Add SSE3, SSE4, SSE4.2 and AVX detection.
Fri, 14 Sep 2012 14:13:54 +0000 cehoyos Change order of live555 library includes.
Thu, 13 Sep 2012 19:57:24 +0000 reimar Allow compiling -vo gl with OSX backend even if X11 and SDL are not available.
Thu, 13 Sep 2012 19:41:02 +0000 reimar Add a hint how you can compile a 64 bit binary on OSX.
Wed, 12 Sep 2012 22:01:36 +0000 reimar Pass input to "strings" via stdin.
Sun, 09 Sep 2012 21:10:19 +0000 cehoyos Fix compilation with current FFmpeg.
Sat, 01 Sep 2012 16:54:53 +0000 cehoyos Add SSE4 to the cpu flags, fixes compilation with current FFmpeg.
Sat, 01 Sep 2012 16:39:54 +0000 cehoyos Remove duplicate HAVE_AVX define.
Sat, 01 Sep 2012 16:37:30 +0000 cehoyos Necessary (but insufficient) changes for current FFmpeg.
Fri, 31 Aug 2012 13:47:36 +0000 cehoyos Fix compilation with latest FFmpeg.
Tue, 28 Aug 2012 20:47:34 +0000 cehoyos Add Video Decode Acceleration support.
Sat, 25 Aug 2012 05:27:38 +0000 cehoyos Fix compilation with latest FFmpeg.
Thu, 16 Aug 2012 19:55:37 +0000 cehoyos Fix compilation with latest FFmpeg.
Wed, 15 Aug 2012 19:51:58 +0000 reimar Do not try to use PIE with --enable-static.
Wed, 15 Aug 2012 17:02:23 +0000 reimar Disable building as PIE binary by default.
Wed, 15 Aug 2012 00:26:58 +0000 iive 9l. Revert r35074. Commit r35065 already adds a proper check.
Sun, 12 Aug 2012 18:13:42 +0000 reimar Build as relocatable PIE binary by default on x86.
Sat, 11 Aug 2012 16:38:18 +0000 iive Quick Build Fix. Add HAVE_CPUNOP in configure.
Fri, 10 Aug 2012 18:43:21 +0000 reimar Define some more FFmpeg Makefile variables.
Fri, 10 Aug 2012 08:35:19 +0000 cehoyos Fix compilation with latest FFmpeg.
Wed, 08 Aug 2012 05:55:05 +0000 reimar Add HAVE_CPUNOP yasm define.
Mon, 06 Aug 2012 15:39:04 +0000 cehoyos Second try to fix auto-detection of static libraries.
Sun, 05 Aug 2012 16:51:43 +0000 cehoyos Try to fix -lm handling in configure.
Sat, 04 Aug 2012 23:00:58 +0000 cehoyos Fix compilation with latest FFmpeg.
Sun, 29 Jul 2012 19:50:30 +0000 cehoyos Fix dependency generation with current FFmpeg.
Sun, 29 Jul 2012 15:11:01 +0000 al build: Define HAVE_SETENV as 0 if not available
Sun, 29 Jul 2012 11:25:19 +0000 cehoyos Fix compilation with current FFmpeg.
Sat, 28 Jul 2012 22:28:04 +0000 cehoyos Fix compilation with current FFmpeg, second try.
Sat, 28 Jul 2012 20:39:46 +0000 cehoyos Fix MPlayer compilation with latest FFmpeg (also by Mark Guptill, compguy284 yahoo).
Tue, 24 Jul 2012 09:00:44 +0000 cehoyos Disable ffrtmpcrypt protocol
Sun, 22 Jul 2012 21:26:51 +0000 cehoyos Initial libopus decoding support.
Fri, 20 Jul 2012 13:11:42 +0000 cehoyos Fix compilation with latest FFmpeg.
Thu, 19 Jul 2012 10:35:20 +0000 cehoyos Fix compilation with latest FFmpeg.
Tue, 17 Jul 2012 07:51:55 +0000 cehoyos Set some new HAVE_ defines unconditionally to 0.
Thu, 12 Jul 2012 13:07:56 +0000 cehoyos Cosmetics: Fix alphabetical order.
Thu, 12 Jul 2012 12:37:21 +0000 cehoyos Fix compilation with latest FFmpeg.
Thu, 05 Jul 2012 19:04:28 +0000 cehoyos Fix MPlayer compilation with latest FFmpeg.
Thu, 28 Jun 2012 15:02:57 +0000 cehoyos Fix compilation with latest FFmpeg.
Tue, 12 Jun 2012 07:06:27 +0000 cehoyos Fix compilation with current FFmpeg (define HAVE_MIPSFPU).
Tue, 22 May 2012 18:01:51 +0000 reimar Support using the pic variants of the live555 libs.
Tue, 22 May 2012 17:51:08 +0000 reimar Use the same flags for the test as what will be used when
Mon, 21 May 2012 20:21:32 +0000 reimar More extensive LIVE555 check that will fail with incompatible newer versions.
Mon, 21 May 2012 20:08:01 +0000 al build: Fix vo directx configure check on Cygwin
Fri, 18 May 2012 18:34:26 +0000 reimar Only try to build vo gl with X11/win32 backends if these were detected.
Fri, 18 May 2012 18:30:35 +0000 reimar More robust detection of SPARC CPUs.
Sun, 13 May 2012 19:55:27 +0000 al build: Check if SCTP is available
Sun, 29 Apr 2012 15:54:20 +0000 cehoyos Try linking when testing for libmad.
Sat, 14 Apr 2012 12:00:03 +0000 cigaes configure: suggest --extra-*flags instead of CFLAGS.
Thu, 29 Mar 2012 19:10:51 +0000 reimar Fix sed expression.
Sun, 25 Mar 2012 22:05:07 +0000 reimar Add H264QPEL flags for FFmpeg compilation.
Sun, 25 Mar 2012 12:21:41 +0000 iive The new zerocodec in libavcodecs depends on zlib.
Thu, 15 Mar 2012 15:20:02 +0000 diego configure: Fix libpostproc detection.
Tue, 13 Mar 2012 11:44:05 +0000 diego Update ad_mpg123 in preparation to replace mp3lib.
Sat, 03 Mar 2012 23:31:28 +0000 cehoyos Fix compilation with latest FFmpeg (without libbluray).
Wed, 22 Feb 2012 14:19:45 +0000 diego build: Separate libpostproc check from FFmpeg check.
Mon, 20 Feb 2012 15:29:37 +0000 ib configure: Simplify the definitions of xsltcommand and XMLLINT_COMMAND.
Sun, 19 Feb 2012 15:21:31 +0000 diego configure: Derive system name from 3rd and 2nd component passed to --target.
Wed, 15 Feb 2012 14:20:45 +0000 iive Fix linking after FFmpeg merge.
Tue, 14 Feb 2012 19:22:22 +0000 reimar Simplify codec id <-> tag mapping using avformat_get_riff_*_tags.
Tue, 14 Feb 2012 16:50:42 +0000 iive Fix linking after FFmpeg merge.
Tue, 07 Feb 2012 12:27:23 +0000 cigaes build: fix lavfi dependencies (swscale and swresample).
Thu, 02 Feb 2012 02:56:50 +0000 komh Add VMAN-backend supports
Sat, 28 Jan 2012 14:00:07 +0000 reimar Update config.asm generation to work with latest FFmpeg.
Thu, 26 Jan 2012 23:16:43 +0000 cehoyos Fix compilation with --disable-networking.
Thu, 19 Jan 2012 14:36:11 +0000 diego configure: Only test for Win32 threads on Windows.
Mon, 16 Jan 2012 09:15:40 +0000 diego configure: Enable os2threads support on OS/2.
Thu, 05 Jan 2012 15:41:59 +0000 reimar Check for correct function (th_info_init, not theora_info_init) in libtheora test.
Wed, 04 Jan 2012 22:08:36 +0000 diego Port libtheora glue code to Theora 1.0 API.
Wed, 04 Jan 2012 10:39:38 +0000 diego configure: Simplify Theora check.
Thu, 29 Dec 2011 16:10:12 +0000 reimar Prefer libcdio over cdparanoia by default.
Fri, 23 Dec 2011 14:45:35 +0000 reimar Add CONFIG_AVCODEC and CONFIG_SAFE_BITSTREAM_READER.
Thu, 15 Dec 2011 14:01:05 +0000 cehoyos Fix compilation after CONFIG_H264CHROMA was added to FFmpeg.
Sun, 11 Dec 2011 21:32:07 +0000 reimar Require a fribidi version that defines FriBidiParType.
Sun, 11 Dec 2011 15:13:39 +0000 reimar Allow compiling libass without fribidi again.
Sat, 10 Dec 2011 20:55:31 +0000 reimar Add highly experimental support for OpenGL ES.
Mon, 05 Dec 2011 11:38:15 +0000 diego configure: (internal) libass depends on FriBiDi now; check availability
Wed, 16 Nov 2011 11:14:23 +0000 diego configure: add HAVE_OS2THREADS to config.h for libavformat
Mon, 14 Nov 2011 09:58:26 +0000 diego ao_alsa: drop check for sys/asoundlib.h and ALSA version
Wed, 09 Nov 2011 01:22:02 +0000 diego Remove obsolete ALSA 0.5 audio output and ALSA 0.9 audio input.
Mon, 07 Nov 2011 19:54:47 +0000 diego configure: add CONFIG_GNUTLS/CONFIG_OPENSSL to config.h for libavformat
Sun, 06 Nov 2011 22:41:37 +0000 reimar Fix compilation with --disable-mencoder.
Sun, 06 Nov 2011 13:11:58 +0000 diego doc: Move all XML entities to main.xml.
Sun, 06 Nov 2011 09:01:46 +0000 reimar Print a proper result also when xsltproc is not installed.
Sun, 06 Nov 2011 09:00:15 +0000 reimar Fix result output of yasm test.
Sun, 06 Nov 2011 08:57:03 +0000 reimar Fix FFmpeg compilation.
Sat, 05 Nov 2011 16:35:50 +0000 diego build: Merge DOCS/xml/xml.mak into config.mak.
Sat, 05 Nov 2011 13:47:51 +0000 cehoyos Define HAVE_YASM etc. not only for x86.
Fri, 04 Nov 2011 14:29:33 +0000 diego configure: Remove unused alsa9 and alsa1x config.h #defines.
Fri, 04 Nov 2011 14:29:31 +0000 diego configure: remove erroneous extra set of braces from vsscanf test
Fri, 04 Nov 2011 12:30:39 +0000 diego configure: Add CONFIG_LIBMODPLUG to config.h for FFmpeg.
Thu, 03 Nov 2011 14:23:17 +0000 diego configure: add braces to initializer in vsscanf test to shut up a gcc warning
Thu, 03 Nov 2011 14:23:14 +0000 diego configure: merge DOCS/xml/configure into top-level configure
Wed, 02 Nov 2011 13:03:20 +0000 diego configure: Clarify a comment that explains the purpose of the glob_win variable.
Sun, 30 Oct 2011 17:40:22 +0000 cehoyos Fix compilation on Solaris/OpenIndiana where 'uname -m' outputs "i86pc".
Sat, 29 Oct 2011 10:01:32 +0000 cehoyos Fix compilation for broken libopenjpeg.
Thu, 27 Oct 2011 12:16:01 +0000 diego build: Only compile Windows-specific local glob() replacement on MinGW.
Wed, 26 Oct 2011 18:26:51 +0000 reimar Clarify that too old binutils is only an issue with x86_64 compilation.
Sun, 23 Oct 2011 12:12:43 +0000 reimar Change codec tag/id conversion to not use ff_codec_bmp_tags/ff_codec_wav_tags.
Sun, 23 Oct 2011 12:00:24 +0000 reimar Add HAVE_CBRTF define.
Sat, 22 Oct 2011 00:17:28 +0000 cehoyos Always define HAVE_PTHREADS and HAVE_W32THREADS.
Fri, 21 Oct 2011 23:15:33 +0000 cehoyos x264 version 118 is required for successful compilation.
Fri, 21 Oct 2011 15:44:56 +0000 diego configure: add -D__STDC_FORMAT_MACROS to CXXFLAGS
Fri, 21 Oct 2011 15:44:55 +0000 diego configure: cosmetics: fix indentation
Fri, 21 Oct 2011 15:44:53 +0000 diego configure: Add CONFIG_AVSERVER/HAVE_STRPTIME config.h #defines for libavformat.
Sat, 15 Oct 2011 13:20:52 +0000 ib Port to Wine.
Fri, 14 Oct 2011 17:28:51 +0000 cehoyos Do not compile FFmpeg's avfilters if they are not needed.
Wed, 12 Oct 2011 22:32:45 +0000 cehoyos The GPL'd ProRes decoder from FFmpeg has been LGPL'd and renamed to 'prores'.
Wed, 12 Oct 2011 17:23:08 +0000 diego S/PDIF passthrough decoder
Wed, 12 Oct 2011 11:38:10 +0000 cigaes libmpcodec: add vf_lavfi.
Wed, 12 Oct 2011 11:38:08 +0000 cigaes build: enable libavfilter.
Fri, 30 Sep 2011 21:20:07 +0000 reimar Fix cpp_condition_check to work for empty header.
Wed, 28 Sep 2011 09:59:02 +0000 diego build: Simplify handling of local OS feature fallbacks.
Mon, 26 Sep 2011 17:25:45 +0000 diego configure: add missing C program body to cpp_condition_check()
Mon, 26 Sep 2011 16:30:22 +0000 diego configure: do not forget to shift away arguments in cpp_condition_check()
Mon, 26 Sep 2011 10:59:43 +0000 diego configure: generalize cpp_condition_check() and use it to simplify tests
Mon, 26 Sep 2011 10:59:42 +0000 diego configure: refactor PIC test using cpp_condition_check()
Mon, 26 Sep 2011 10:59:41 +0000 diego configure: config.h ordering cosmetics
Mon, 26 Sep 2011 10:59:39 +0000 diego configure: Set CONFIG_PIC to 1 if PIC is enabled.
Sun, 25 Sep 2011 13:28:25 +0000 reimar Set up HAVE_VFP_ARGS and CONFIG_THUMB correctly to fix compilation for ARM.
Fri, 23 Sep 2011 16:08:15 +0000 diego configure: drop extra standard compiler/linker flags for *BSD systems
Fri, 23 Sep 2011 14:26:20 +0000 diego stream_bluray: switch to new libbluray API
Fri, 23 Sep 2011 07:35:46 +0000 cehoyos The GPL'd FFmpeg prores decoder changed its name.
Sun, 18 Sep 2011 16:51:40 +0000 cehoyos Use FFmpeg ProRes if both libopencore libraries are not enabled.
Thu, 15 Sep 2011 18:46:51 +0000 cehoyos Disable FFmpeg ProRes for now: It does not like libopencore*.
Mon, 05 Sep 2011 21:55:40 +0000 reimar Simplify checking for ppc or ppc64 using wildcards.
Thu, 01 Sep 2011 21:49:22 +0000 reimar Autodetect 32- vs. 64-bit PowerPC just like for x86.
Thu, 01 Sep 2011 17:16:49 +0000 cehoyos Intel C Compiler 12.0 is supported, 11.0 is not.
Thu, 25 Aug 2011 19:19:53 +0000 diego configure: rewrite fribidi check to be consistent with other pkg-config checks
Thu, 25 Aug 2011 19:19:51 +0000 diego configure: cosmetics: eliminate tabs
Thu, 11 Aug 2011 17:45:43 +0000 diego build: drop BeOS support
Thu, 11 Aug 2011 17:45:34 +0000 diego configure: drop support for obsolete versions of sdl-config
Thu, 11 Aug 2011 17:45:32 +0000 diego configure: drop leading underscore from _inc_* variables
Thu, 11 Aug 2011 17:45:30 +0000 diego configure: drop leading underscore from _ld_* variables
Thu, 11 Aug 2011 17:45:28 +0000 diego configure: spelling cosmetics
Sat, 30 Jul 2011 18:40:20 +0000 reimar Abort configure if the binutils version is too old and cannot compile
Sat, 30 Jul 2011 18:29:09 +0000 reimar Fix xmm clobber test that was broken since it was added.
Sat, 30 Jul 2011 14:04:49 +0000 reimar Fix pkg-config usage for fribidi.
Sat, 30 Jul 2011 10:29:14 +0000 reimar Update cdparanoia check to check for paranoia_cachemodel_size.
Mon, 25 Jul 2011 23:30:24 +0000 diego configure: Only link against encode-only libs if mencoder is enabled.
Mon, 25 Jul 2011 23:16:26 +0000 diego configure: do not add -Werror-implicit-function-declaration to CXXFLAGS
Mon, 25 Jul 2011 23:16:23 +0000 diego configure: add proper check for trunc() instead of hardcoding availability
Mon, 25 Jul 2011 17:04:32 +0000 diego configure: Drop obsolete addition of FF_API_MAX_STREAMS to CPPFLAGS.
Sun, 24 Jul 2011 21:45:19 +0000 cehoyos Fix compilation on Power Macintosh.
Sun, 24 Jul 2011 19:03:19 +0000 reimar Fix compilation without zlib (also disable flashsv2).
Sat, 23 Jul 2011 19:33:00 +0000 diego configure: drop check for -lposix4
Thu, 21 Jul 2011 22:25:17 +0000 diego configure: select default CD-ROM device on Solaris according to OS version
Thu, 21 Jul 2011 01:21:36 +0000 diego configure: use 'uname -m' to find out host architecture
Wed, 20 Jul 2011 23:54:46 +0000 diego configure: simplify -lm handling
Wed, 20 Jul 2011 21:23:59 +0000 cigaes configure: set HAVE_LOCAL_ALIGNED_* for x86_64.
Sat, 09 Jul 2011 18:11:42 +0000 diego configure: drop check for legacy compilers wrt libass and the win32 loader
Mon, 04 Jul 2011 00:36:08 +0000 diego configure: cosmetics: Adjust comment in config.mak inclusion guard.
Mon, 04 Jul 2011 00:36:05 +0000 diego configure: Add a fake version number to SLIBNAME_WITH_MAJOR in config.mak.
Fri, 01 Jul 2011 19:08:13 +0000 reimar Fix linking order to allow compiling against Debian unstable version of LIVE555.
Fri, 01 Jul 2011 18:58:13 +0000 reimar Fix ridiculously slow LIVE555 test by sanity-checking the path for
Fri, 01 Jul 2011 17:48:29 +0000 diego configure: Drop check for compiler support of named assembler arguments.
Thu, 30 Jun 2011 11:58:49 +0000 diego configure: Remove obsolete test for ARM pld instruction.
Wed, 29 Jun 2011 10:48:55 +0000 diego configure: Add SLIBNAME_WITH_MAJOR to config.mak to avoid Make warnings.
Wed, 29 Jun 2011 10:12:12 +0000 diego configure: Remove check for compiler support of 10 assembler operands.
Tue, 28 Jun 2011 23:45:05 +0000 diego build: touch ffmpeg/.config to avoid spurious warning messages.
Tue, 28 Jun 2011 23:45:03 +0000 diego configure: Add AS_O to config.mak for Libav/FFmpeg build.
Sun, 26 Jun 2011 14:42:35 +0000 iive Do a proper calculation of free RAM to be used as V4L buffers.
Sun, 26 Jun 2011 14:16:40 +0000 diego build: Compile libav* libraries from the top level of the ffmpeg subdirectory.
Sun, 26 Jun 2011 14:16:38 +0000 diego configure: Set correct libav* (S)LIBNAME in config.mak.
Sun, 26 Jun 2011 13:31:34 +0000 diego configure: Mark libav* as enabled in config.mak.
Sat, 25 Jun 2011 17:30:19 +0000 reimar Set SRC_PATH to '.' which is a standard value for FFmpeg now.
Sat, 25 Jun 2011 01:22:43 +0000 diego configure: Correctly check for the clang compiler.
Fri, 24 Jun 2011 09:11:36 +0000 diego configure: Update a comment about fast int types.
Thu, 23 Jun 2011 18:42:26 +0000 reimar Fix "sse in cpuinfo implies mmxext" hack to still work when --disable-sse is used.
Wed, 22 Jun 2011 19:02:20 +0000 reimar Do not force SSE disabled for gcc 2, it seems to compile
Tue, 21 Jun 2011 18:02:17 +0000 reimar Disable SAP muxer since it depends on disabled RTP muxer.
Thu, 16 Jun 2011 21:37:21 +0000 cehoyos Use the same yasm check as FFmpeg.
Sat, 11 Jun 2011 16:40:10 +0000 reimar Only enable NEED_GLOB on win32, currently this has the effect
Sat, 11 Jun 2011 16:38:49 +0000 reimar Add support for detecting VFPV3, required for compiling libavcodec for some