log configure @ 27709:8b6bc2bcc240

age author description
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.
Thu, 14 Aug 2008 15:54:53 +0000 diego Use '#include <poll.h>' instead of '#include <sys/poll.h>'.
Tue, 12 Aug 2008 07:16:18 +0000 diego Enable PNG encoder in libavcodec for vf_screenshot only if zlib is enabled.
Mon, 11 Aug 2008 23:10:03 +0000 ben Add VIDIX driver for SuperH Mobile VEU hardware block.
Sun, 10 Aug 2008 18:38:13 +0000 diego The PNG encoder in libavcodec needs to be enabled for vf_screenshot even if
Thu, 07 Aug 2008 21:46:06 +0000 diego Add separate variables for CFLAGS that are specific to internal libraries
Thu, 07 Aug 2008 21:44:26 +0000 diego Remove unused Makefile variable.
Thu, 07 Aug 2008 21:03:14 +0000 diego cosmetics: Rename some CFLAGS-related variables.
Thu, 07 Aug 2008 12:20:50 +0000 diego Give a CONFIG_ prefix to preprocessor directives that lacked one and
Thu, 07 Aug 2008 11:58:37 +0000 diego generalized SH architecture support by Magnus Damm, magnus.damm gmail com
Thu, 07 Aug 2008 10:36:07 +0000 diego Rename font-related preprocessor directives.
Thu, 07 Aug 2008 08:58:07 +0000 diego Rename a bunch of miscellaneous preprocessor directives.
Wed, 06 Aug 2008 23:19:29 +0000 diego Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.
Wed, 06 Aug 2008 07:42:26 +0000 diego Rename all preprocessor directives related to Apple / Mac OS X.
Tue, 05 Aug 2008 16:32:47 +0000 diego Rename some audio-output-related preprocessor directives.