log configure @ 27750:2c11b155ff11

age author description
Thu, 16 Oct 2008 18:19:36 +0000 diego Move X11_FULLSCREEN definition to x11_common.h where it belongs.
Thu, 16 Oct 2008 18:13:06 +0000 diego Move attribute_used declaration from config.h to mangle.h where it is useful.
Thu, 16 Oct 2008 13:33:29 +0000 diego sun --> __sun in config.h preprocessor check
Tue, 14 Oct 2008 23:15:10 +0000 diego cosmetics: Move _def_fast_unaligned to the FFmpeg section of config.h.
Tue, 14 Oct 2008 23:00:04 +0000 diego cosmetics: Consistently name all header #define variables.
Mon, 13 Oct 2008 22:25:35 +0000 diego Set HAVE_FAST_UNALIGNED for PowerPC as well, patch by Emanuele Giaquinta.
Mon, 13 Oct 2008 16:26:05 +0000 diego Remove global definition of WIN32 in config.h for Cygwin.
Mon, 13 Oct 2008 16:23:55 +0000 diego Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
Mon, 13 Oct 2008 14:17:25 +0000 diego Remove check for byteswap.h, it was removed from FFmpeg.
Sun, 12 Oct 2008 17:18:15 +0000 diego Filter out .hh and .h files in the C++ dependency generation command.
Sun, 12 Oct 2008 17:14:13 +0000 diego Remove useless HAVE_STRCHR definition from config.h.
Sun, 12 Oct 2008 12:12:41 +0000 diego Move socklen_t typedef from config.h to stream/network.h.
Sat, 11 Oct 2008 08:22:03 +0000 diego Do not provide a prototype for setenv in config.h, we do not provide a
Fri, 10 Oct 2008 21:56:03 +0000 diego cosmetics: Move some config.h entries to more sensible places.
Fri, 10 Oct 2008 05:34:49 +0000 diego cosmetics: Group codec-, network- and gui-related options together in config.h.
Thu, 09 Oct 2008 22:11:56 +0000 diego cosmetics: Group system header and function definitions together in config.h.
Sun, 05 Oct 2008 20:43:09 +0000 cehoyos Disable mp3lib and liba52-internal for icc.
Sat, 04 Oct 2008 17:55:42 +0000 diego Revert the removal of the likely/unlikely macros, they are still used.
Sat, 04 Oct 2008 17:15:39 +0000 diego Merge variable declaration and export.
Sat, 04 Oct 2008 15:06:50 +0000 diego Add a comment to lonely 'fi' for clarification.
Sat, 04 Oct 2008 13:07:31 +0000 diego cosmetics: more config.h reordering
Sat, 04 Oct 2008 12:39:16 +0000 diego cosmetics: Reorder entries in config.h.
Sat, 04 Oct 2008 12:24:18 +0000 diego 100l: Revert incorrect removal or --ar and --ranlib options.
Sat, 04 Oct 2008 12:14:38 +0000 diego cosmetics: Improve some config.h comments.
Sat, 04 Oct 2008 11:47:00 +0000 diego Do not duplicate likely/unlikely #defines from libmpeg2/libavcodec in config.h.
Sat, 04 Oct 2008 11:42:39 +0000 diego Remove unused HAVE_SYS_POLL_H definition from config.h.
Sat, 04 Oct 2008 11:27:39 +0000 diego cosmetics: Move around some more stuff in config.mak.
Sat, 04 Oct 2008 11:06:50 +0000 diego cosmetics: Move around stuff in config.mak.
Sat, 04 Oct 2008 10:57:57 +0000 diego Remove unused LIBDIR Makefile variable from config.mak.
Sat, 04 Oct 2008 10:53:28 +0000 diego Remove unused options --ar and --ranlib.
Sat, 04 Oct 2008 10:39:29 +0000 diego Do not set DESTDIR to an empty value so that it can be overridden on the
Sat, 04 Oct 2008 10:18:42 +0000 diego FAAC/FAAD are no longer the only available AAC encoders/decoders.
Sat, 04 Oct 2008 10:16:48 +0000 diego Remove word size check and macro and use __WORDSIZE directly instead.
Sat, 04 Oct 2008 09:38:10 +0000 diego Merge SPARC and SPARC64 sections in the CPU detection code.
Sat, 04 Oct 2008 09:27:46 +0000 diego Skip setting variables to empty values in the CPU detection code.
Fri, 03 Oct 2008 22:49:53 +0000 diego 100l copy and paste typo fix
Fri, 03 Oct 2008 22:46:33 +0000 diego spelling cosmetics
Fri, 03 Oct 2008 22:39:06 +0000 diego Fix vsscanf test.
Fri, 03 Oct 2008 21:49:25 +0000 diego CVS --> Subversion
Fri, 03 Oct 2008 09:56:37 +0000 diego Filter out xpm files from the list of dependencies to check for recursive
Fri, 03 Oct 2008 09:42:22 +0000 diego External liba52 parameters should only be enabled if the check succeeded.
Fri, 03 Oct 2008 09:40:43 +0000 diego Internal liba52 should default to enabled.
Sun, 21 Sep 2008 22:56:53 +0000 diego Make sure -I. appears before all other -I flags.
Tue, 16 Sep 2008 22:30:22 +0000 rathann Add shared libswscale support.
Tue, 16 Sep 2008 13:15:13 +0000 diego Do not clobber _inc_extra variable when setting initial include flags.
Tue, 16 Sep 2008 12:44:32 +0000 diego Initialize _def_liba52 and _def_liba52_internal before the liba52 checks
Mon, 15 Sep 2008 16:32:31 +0000 rathann External liba52 support, part 2 of 2.
Mon, 15 Sep 2008 15:33:34 +0000 diego Add -I. to _inc_extra at the beginning instead of to CFLAGS at the end.
Mon, 15 Sep 2008 05:19:22 +0000 diego Avoid useless line in libpostproc test.
Mon, 01 Sep 2008 17:56:02 +0000 diego Rename --enable-tremor-external option to --enable-tremor along with the
Mon, 01 Sep 2008 17:48:45 +0000 diego Do not refer to libcdio and liblzo as external in the help output.
Mon, 01 Sep 2008 17:46:39 +0000 diego Rename --enable-faad-external option to --enable-faad along with the
Mon, 01 Sep 2008 17:37:15 +0000 diego Initialize _def_faad* variables to disabled before setting them.
Mon, 01 Sep 2008 17:32:53 +0000 diego Fall back on external libfaad check if internal libfaad check failed.
Sun, 31 Aug 2008 13:56:18 +0000 diego Only use winsock2.h to check for closesocket().
Sun, 31 Aug 2008 13:54:08 +0000 diego Fix closesocket test, patch by Serge Levin, serge.levin.spb gmail com.
Sat, 30 Aug 2008 12:22:21 +0000 rathann Rename internal libdvdread fork from dvdread to libdvdread
Fri, 29 Aug 2008 20:05:08 +0000 diego Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
Fri, 29 Aug 2008 16:20:35 +0000 diego Implement check for closesocket(), needed by libavformat, fixes Bugzilla #1257.
Sun, 17 Aug 2008 22:02:05 +0000 diego Add check for ARM VFP instructions.