log configure @ 28420:606c3c97229c

age author description
Tue, 03 Feb 2009 10:39:56 +0000 reimar swab() needs _XOPEN_SOURCE to be defined.
Sun, 01 Feb 2009 23:40:26 +0000 rathann Chinese manpage is actually simplified Chinese (zh_CN), so rename the manpage
Sun, 01 Feb 2009 14:57:01 +0000 diego Simplify inet_pton/inet_aton checks.
Sun, 01 Feb 2009 14:42:57 +0000 diego Add some more definitions for FFmpeg to config.h.
Sun, 01 Feb 2009 14:39:33 +0000 diego cosmetics: Fix indentation after last commit.
Sun, 01 Feb 2009 14:38:28 +0000 diego Restructure network tests: Always check for both inet_aton and inet_pton.
Sun, 01 Feb 2009 14:00:50 +0000 diego HAVE_DCBZL should be a 0/1 definition.
Sun, 01 Feb 2009 13:42:27 +0000 diego Convert HAVE_WINSOCK2_H into a 0/1 definition.
Sun, 01 Feb 2009 13:33:35 +0000 diego HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value.
Sun, 01 Feb 2009 13:16:46 +0000 diego Convert HAVE_CLOSESOCKET and HAVE_SOCKLEN_T into 0/1 definitions.
Sun, 01 Feb 2009 13:13:15 +0000 diego Add a few more #defines for FFmpeg to config.h.
Sun, 01 Feb 2009 12:52:38 +0000 diego CONFIG_LIB* are defined as 0/1 in FFmpeg.
Sun, 01 Feb 2009 11:28:31 +0000 diego Revert Solaris PATH modification workaround.
Sun, 01 Feb 2009 02:22:56 +0000 diego Add CONFIG_FASTDIV and CONFIG_POWERPC_PERF to config.h for FFmpeg compilation.
Sat, 31 Jan 2009 23:19:16 +0000 diego Set a sane default path on Solaris.
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