log configure @ 27528:0474738b5577

age author description
2008-09-01 diego Rename --enable-tremor-external option to --enable-tremor along with the
2008-09-01 diego Do not refer to libcdio and liblzo as external in the help output.
2008-09-01 diego Rename --enable-faad-external option to --enable-faad along with the
2008-09-01 diego Initialize _def_faad* variables to disabled before setting them.
2008-09-01 diego Fall back on external libfaad check if internal libfaad check failed.
2008-08-31 diego Only use winsock2.h to check for closesocket().
2008-08-31 diego Fix closesocket test, patch by Serge Levin, serge.levin.spb gmail com.
2008-08-30 rathann Rename internal libdvdread fork from dvdread to libdvdread
2008-08-29 diego Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
2008-08-29 diego Implement check for closesocket(), needed by libavformat, fixes Bugzilla #1257.
2008-08-17 diego Add check for ARM VFP instructions.
2008-08-14 diego Use '#include <poll.h>' instead of '#include <sys/poll.h>'.
2008-08-12 diego Enable PNG encoder in libavcodec for vf_screenshot only if zlib is enabled.
2008-08-11 ben Add VIDIX driver for SuperH Mobile VEU hardware block.
2008-08-10 diego The PNG encoder in libavcodec needs to be enabled for vf_screenshot even if
2008-08-07 diego Add separate variables for CFLAGS that are specific to internal libraries
2008-08-07 diego Remove unused Makefile variable.
2008-08-07 diego cosmetics: Rename some CFLAGS-related variables.
2008-08-07 diego Give a CONFIG_ prefix to preprocessor directives that lacked one and
2008-08-07 diego generalized SH architecture support by Magnus Damm, magnus.damm gmail com
2008-08-07 diego Rename font-related preprocessor directives.
2008-08-07 diego Rename a bunch of miscellaneous preprocessor directives.
2008-08-06 diego Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.
2008-08-06 diego Rename all preprocessor directives related to Apple / Mac OS X.
2008-08-05 diego Rename some audio-output-related preprocessor directives.
2008-08-05 diego Rename preprocessor definition in check skeleton.
2008-08-05 diego Rename preprocessor directives related to image libraries.
2008-08-04 ben Detect ppc64 and powerpc64 architectures as PowerPC variants.
2008-08-04 diego Change a bunch of X11-specific preprocessor directives.
2008-08-03 ben Add video driver for Nintendo Wii/GameCube.
2008-08-03 diego Remove duplicated DVB definition line.
2008-08-03 diego Rename --enable-macosx-finder-support option to --enable-macosx-finder
2008-08-03 diego Rename _smbsupport variable to _smb.
2008-08-03 diego Change a bunch of video/audio-output-specific preprocessor directives from
2008-08-02 diego Set HAVE_DVB in configure when HAVE_DVB_HEAD is defined
2008-08-02 diego Change a bunch of video-output-specific preprocessor directives from a HAVE_
2008-08-02 diego Change a bunch of codec-specific preprocessor directives from a HAVE_
2008-08-01 diego Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
2008-08-01 diego Initialize socklen_t variable to "no".
2008-07-30 diego For the case that we add a typedef for socklen_t, we should #define
2008-07-30 diego Check for socklen_t in ws2tcpip.h as well.
2008-07-30 diego Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.
2008-07-30 diego Remove unused HAVE_MENCODER definition.
2008-07-30 diego Rename two GUI-related preprocessor directives:
2008-07-30 diego Remove unused definition from config.h.
2008-07-30 diego Start unifying names of internal preprocessor directives.
2008-07-30 diego Remove unused definition from config.h.
2008-07-30 diego Add proper check for socklen_t.
2008-07-30 diego cosmetics: Group FFmpeg definitions together in config.h.
2008-07-28 diego Do not add __CYGWIN__ to CFLAGS on Cygwin, the system defines it anyway.
2008-07-28 diego Rework OS/2 configuration with respect to linker output formats.
2008-07-28 diego cosmetics: Add a separator comment.
2008-07-28 diego Move libdvdnav check before the CFLAGS section. It is still the last check
2008-07-28 diego Move CFLAGS specific to internal libdvdread and libfaad2 to the Makefile and
2008-07-28 diego Remove unused HPUX #define from command line.
2008-07-28 diego Move libdvdcss-specific CFLAG settings to libdvdcss test.
2008-07-26 diego Revert to previous dependency checking behavior.
2008-07-26 diego Remove AltiVec vector declaration compiler compatibility macros.
2008-07-24 reimar Fix configure hanging forever in iconv check using --charset=noconv
2008-07-22 diego Add Dirac video support via libdirac and libschroedinger in libavcodec.