log configure @ 28376:93137d61fdc9

age author description
Sat, 31 Jan 2009 23:12:27 +0000 diego cosmetics: Move memalign_hack define next to other FFmpeg defines in config.h.
Sat, 31 Jan 2009 22:45:18 +0000 diego Make sure CONFIG_MEMALIGN_HACK is always #defined.
Sat, 31 Jan 2009 22:37:53 +0000 diego Make sure HAVE_ALTIVEC_H is always #defined.
Sat, 31 Jan 2009 22:37:12 +0000 diego Make sure HAVE_FAST_64BIT is always #defined.
Sat, 31 Jan 2009 22:34:52 +0000 diego Add bswap check, needed for FFmpeg.
Sat, 31 Jan 2009 21:16:54 +0000 diego Add #define HAVE_DLFCN_H to config.h, libdvdread4 needs it.
Sat, 31 Jan 2009 20:56:17 +0000 diego HAVE_LRINT and friends should be defined to 0/1.
Fri, 30 Jan 2009 23:58:07 +0000 diego Make CONFIG_XVMC a proper FFmpeg-style 0/1 definition.
Fri, 30 Jan 2009 23:47:18 +0000 diego Add CONFIG_SWSCALE to config.h, we always enable the software scaler.
Fri, 30 Jan 2009 23:40:13 +0000 diego Add 4 more config.h #defines for libfaad2.
Fri, 30 Jan 2009 21:45:54 +0000 diego Add -Wundef to CFLAGS.
Fri, 30 Jan 2009 20:48:47 +0000 diego Enable RDFT in FFmpeg, some codecs depend on it.
Fri, 30 Jan 2009 20:20:06 +0000 diego Enable internal dvdread support on OS/2.
Mon, 26 Jan 2009 09:29:53 +0000 diego HAVE_3DNOW --> HAVE_AMD3DNOW
Sun, 25 Jan 2009 21:03:02 +0000 diego HAVE_3DNOWEX --> HAVE_3DNOWEXT
Tue, 20 Jan 2009 09:17:32 +0000 cehoyos Disable upcoming VC1/WMV3 VDPAU decoder.
Sat, 17 Jan 2009 11:31:12 +0000 cehoyos MPlayer only supports latest libavutil.
Fri, 16 Jan 2009 20:32:36 +0000 gpoirier fix compilation without VDPAU decoders
Fri, 16 Jan 2009 01:55:48 +0000 cehoyos Disable upcoming MPEG_VDPAU_DECODER.
Thu, 15 Jan 2009 15:57:19 +0000 diego Get rid of now unused FFmpeg ENABLE_ preprocessor directives.
Thu, 15 Jan 2009 15:56:24 +0000 diego Sync with latest FFmpeg changes: #define disabled preprocessor directives
Thu, 15 Jan 2009 15:51:50 +0000 diego Treat mlib as a normal FFmpeg option, not a CPU extension.
Thu, 15 Jan 2009 15:41:29 +0000 diego Treat SH architecture like SH4 like in FFmpeg, the only place it is used.
Thu, 15 Jan 2009 15:40:12 +0000 diego SH4 is not a CPU extension mechanism.
Thu, 15 Jan 2009 08:51:12 +0000 diego Mark internal libraries as such in the configure summary, fixes Bugzilla #1378.
Sun, 11 Jan 2009 22:53:08 +0000 diego Sync with latest FFmpeg changes: Check for the availability of truncf().
Sun, 11 Jan 2009 15:36:08 +0000 diego Remove outdated comment.
Sun, 11 Jan 2009 15:31:53 +0000 diego cosmetics: Move CPU byte order check to a more sensible place.
Sun, 11 Jan 2009 13:33:44 +0000 diego Only check for YASM support on x86 systems.
Sun, 11 Jan 2009 12:58:06 +0000 diego cosmetics: Move some checks to more logical places.
Sun, 11 Jan 2009 11:28:01 +0000 diego console output cosmetics
Sun, 11 Jan 2009 11:16:20 +0000 diego Only print "using XYZ" comment if XYZ has been set.
Sat, 10 Jan 2009 13:57:33 +0000 reimar Reindent for "if" added in internal dvdnav patch
Sat, 10 Jan 2009 13:51:02 +0000 reimar Support an "internal" dvdnav version to make it easier to compile with,
Thu, 08 Jan 2009 19:28:28 +0000 reimar Switch internal dvdread to libdvdread SVN external.
Sun, 04 Jan 2009 23:41:56 +0000 cehoyos Fix compilation after upcoming H264_VDPAU patch for FFmpeg.
Sun, 04 Jan 2009 16:01:52 +0000 diego EXTERN_PREFIX is not only used in FFmpeg code.
Sun, 04 Jan 2009 13:08:13 +0000 diego Add ARMv6t2 CPU extension additions missed in previous commit.
Sun, 04 Jan 2009 13:05:24 +0000 diego Sync ARMv6t2 optimization support from FFmpeg.
Sun, 04 Jan 2009 11:52:37 +0000 reimar Update JACK configure test to match r28241
Sat, 27 Dec 2008 12:00:11 +0000 diego Set and use only ARCH_PPC, not also ARCH_POWERPC.
Tue, 23 Dec 2008 11:42:24 +0000 reimar Set fast_cmov for all x86_64 systems, except for P4-based systems this
Tue, 23 Dec 2008 11:42:11 +0000 reimar Define HAVE_FAST_64BIT if appropriate
Mon, 22 Dec 2008 22:56:51 +0000 cehoyos Allow compilation of 32bit mplayer on 64 bit systems with --cc='cc -m32'.
Wed, 17 Dec 2008 08:47:01 +0000 diego another round of armv4l --> arm changes
Mon, 15 Dec 2008 22:25:39 +0000 diego xvmc is now a CONFIG_ option in FFmpeg.
Sat, 13 Dec 2008 12:18:14 +0000 diego Apparently Real codecs work on OpenBSD, taken from the OpenBSD ports tree.
Sat, 13 Dec 2008 12:17:00 +0000 diego Merge two identical NetBSD/OpenBSD conditions.
Sat, 13 Dec 2008 12:16:32 +0000 diego Apparently VCDs work on OpenBSD, taken from the OpenBSD ports tree.
Thu, 11 Dec 2008 23:24:36 +0000 cehoyos Search live555 library also in /usr/lib64.
Thu, 11 Dec 2008 21:52:47 +0000 diego Rework Theora test, it was throwing away CFLAGS provided by pkg-config.
Wed, 10 Dec 2008 14:28:17 +0000 gpoirier 10l: actually disable quartz vo when detection failed.
Wed, 03 Dec 2008 14:54:04 +0000 diego whitespace cosmetics in test programs
Wed, 03 Dec 2008 14:48:31 +0000 diego Treat video output objects the same as everything else in the build system,
Wed, 03 Dec 2008 14:39:45 +0000 diego cosmetics: consistent CONFIG_PNM definition
Wed, 03 Dec 2008 12:47:29 +0000 diego cosmetics: Rename ZORAN Makefile variable to ZR for consistency.
Wed, 03 Dec 2008 12:05:47 +0000 diego Treat audio output objects the same as everything else in the build system,
Wed, 03 Dec 2008 09:06:23 +0000 gpoirier Pass "-f macho" to yasm when enabling YASM support on a 32-bits machine as
Tue, 02 Dec 2008 20:07:13 +0000 reimar 100l, actually put the PTHREAD_CACHE define into config.h
Tue, 02 Dec 2008 08:35:30 +0000 diego vo_direct3d.o depends on w32_common.o.