log configure @ 23743:eb8cc193b661

age author description
Wed, 11 Jul 2007 10:38:21 +0000 diego Remove unused variable.
Wed, 11 Jul 2007 01:49:43 +0000 cehoyos Revert r23758: It broke -vf uspp and -vf mcdeint.
Tue, 10 Jul 2007 11:03:38 +0000 cehoyos Fix compilation with -disable-mencoder
Fri, 06 Jul 2007 19:38:54 +0000 reimar Add ENABLE_THREADS and ENABLE_SMALL defines
Thu, 05 Jul 2007 22:01:07 +0000 reimar Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy
Wed, 04 Jul 2007 08:49:47 +0000 diego Remove LIBXVID_ENCODER from the list of libavcodec encoders if the test fails.
Wed, 04 Jul 2007 08:33:40 +0000 diego Write configure parameters to configure.log.
Tue, 03 Jul 2007 09:14:47 +0000 diego Sync FFmpeg changes:
Mon, 02 Jul 2007 22:02:59 +0000 cehoyos Add equivalent of -Wno-pointer-sign for icc
Wed, 27 Jun 2007 23:11:21 +0000 diego Get rid of duplicate processor feature variables.
Wed, 27 Jun 2007 10:08:21 +0000 diego Remove check for localtime_r, the function is not used within MPlayer.
Mon, 25 Jun 2007 13:59:46 +0000 reimar Hint at --disable-* options as a workaround for outdated binutils.
Sun, 24 Jun 2007 14:39:11 +0000 reimar define HAVE_FAST_UNALIGNED on x86 (32 and 64 bit).
Fri, 22 Jun 2007 19:58:44 +0000 lu_zero unbreak armv6 previously broken by me...
Thu, 21 Jun 2007 19:01:29 +0000 lu_zero Unbreak altivec
Thu, 21 Jun 2007 08:18:51 +0000 voroshil Revert r23530.
Tue, 19 Jun 2007 13:55:22 +0000 reimar Simplify generation of CPU-extensions HAVE_ and ENABLE_ defines
Tue, 19 Jun 2007 13:55:12 +0000 reimar Simplify generation of ARCH_ and corresponding ENABLE_ defines
Tue, 19 Jun 2007 13:54:48 +0000 reimar Add an optional third parameter to ff_config_enable in preparation
Tue, 19 Jun 2007 13:37:31 +0000 reimar Allow to disable x86 cpu extensions (e.g, via --disable-sse) even with
Sat, 16 Jun 2007 16:07:02 +0000 rtogni Compilation fix: define some ENABLE needed by lavc
Sat, 16 Jun 2007 15:32:54 +0000 reimar Add HAVE_ Makefile variables needed by ffmpeg
Sat, 16 Jun 2007 15:24:39 +0000 reimar Follow ffmpeg TARGET_ARCH_* -> ARCH_* change.
Wed, 13 Jun 2007 11:04:01 +0000 cehoyos Do not allow to compile gui without PNG decoder in libavcodec.
Sun, 10 Jun 2007 00:06:12 +0000 voroshil Teletext support for tv:// (v4l and v4l2 only)
Fri, 08 Jun 2007 22:22:50 +0000 cehoyos Simplify addition of -Wdeclaration-after-statement to CFLAGS.
Fri, 08 Jun 2007 22:04:09 +0000 cehoyos Support icc 10.0.
Fri, 08 Jun 2007 08:19:29 +0000 cehoyos Cosmetics: Fix indentation after last commit.
Fri, 08 Jun 2007 08:16:54 +0000 cehoyos Add -Wdeclaration-after-statement etc. only to gcc.
Fri, 08 Jun 2007 08:14:31 +0000 cehoyos Compile C++ files with the same compiler as all other files.