log configure @ 28453:f9c1c96944c2

age author description
Sun, 08 Feb 2009 21:57:14 +0000 diego Add CONFIG_LIBAMR_NB_FIXED #define for FFmpeg to config.h.
Sun, 08 Feb 2009 21:56:18 +0000 diego CONFIG_LIBAMR_NB/WB should be 0/1 #defines.
Sun, 08 Feb 2009 03:42:00 +0000 diego Conditionally compile aclib.c instead of placing #ifdef around its content.
Sun, 08 Feb 2009 03:39:07 +0000 diego Add CONFIG_LIBVORBIS #define for FFmpeg to config.h.
Sat, 07 Feb 2009 17:34:45 +0000 diego Give _XOPEN_SOURCE #define an explicit 600 value. Fixes build on Open Solaris.
Sat, 07 Feb 2009 15:36:50 +0000 diego Add config.h/config.mak bzlib variables missed in last commit.
Sat, 07 Feb 2009 15:33:10 +0000 diego Add bzlib check for FFmpeg.
Sat, 07 Feb 2009 15:23:55 +0000 diego Convert CONFIG_ZLIB into a 0/1 option.
Sat, 07 Feb 2009 15:19:43 +0000 diego Add READ_CACHE_TRACE #define for libdvdnav.
Wed, 04 Feb 2009 19:08:44 +0000 diego cosmetics: Regroup some FFmpeg config.h options.
Wed, 04 Feb 2009 19:04:22 +0000 diego Add proper check for arpa/inet.h.
Wed, 04 Feb 2009 18:22:28 +0000 diego Do not hardcode HAVE_DOS_PATHS, set it by OS instead.
Tue, 03 Feb 2009 12:17:49 +0000 reimar Hack: fix MINGW compilation by hard-coding HAVE_ARPA_INET_H
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.