log configure @ 28638:7b16ccf423b4

age author description
2009-02-17 diego AVR32 apparently supports fast unaligned accesses.
2009-02-17 diego Also set HAVE_EBP_AVAILABLE in debug mode.
2009-02-17 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
2009-02-17 diego Convert HAVE_MEMALIGN into a 0/1 definition, fixes the warning:
2009-02-17 uau Fix compilation without VDPAU
2009-02-16 reimar Add support for VDPAU video out, including hardware decoding.
2009-02-16 diego Make configure recognize avr32.
2009-02-12 diego On clean/distclean, remove binaries with all types of executable suffixes.
2009-02-11 diego Port check for 10 assembler operands support from FFmpeg.
2009-02-10 diego Add priority support for OS/2 and factorize the Windows priority support.
2009-02-10 diego Add proper check for posix_memalign(), needed for FFmpeg.
2009-02-08 diego cosmetics: Remove leading underscore from all def_ variables.
2009-02-08 diego Add CONFIG_LIBAMR_NB_FIXED #define for FFmpeg to config.h.
2009-02-08 diego CONFIG_LIBAMR_NB/WB should be 0/1 #defines.
2009-02-08 diego Conditionally compile aclib.c instead of placing #ifdef around its content.
2009-02-08 diego Add CONFIG_LIBVORBIS #define for FFmpeg to config.h.
2009-02-07 diego Give _XOPEN_SOURCE #define an explicit 600 value. Fixes build on Open Solaris.
2009-02-07 diego Add config.h/config.mak bzlib variables missed in last commit.
2009-02-07 diego Add bzlib check for FFmpeg.
2009-02-07 diego Convert CONFIG_ZLIB into a 0/1 option.
2009-02-07 diego Add READ_CACHE_TRACE #define for libdvdnav.
2009-02-04 diego cosmetics: Regroup some FFmpeg config.h options.
2009-02-04 diego Add proper check for arpa/inet.h.
2009-02-04 diego Do not hardcode HAVE_DOS_PATHS, set it by OS instead.
2009-02-03 reimar Hack: fix MINGW compilation by hard-coding HAVE_ARPA_INET_H
2009-02-03 reimar swab() needs _XOPEN_SOURCE to be defined.
2009-02-01 rathann Chinese manpage is actually simplified Chinese (zh_CN), so rename the manpage
2009-02-01 diego Simplify inet_pton/inet_aton checks.
2009-02-01 diego Add some more definitions for FFmpeg to config.h.
2009-02-01 diego cosmetics: Fix indentation after last commit.
2009-02-01 diego Restructure network tests: Always check for both inet_aton and inet_pton.
2009-02-01 diego HAVE_DCBZL should be a 0/1 definition.
2009-02-01 diego Convert HAVE_WINSOCK2_H into a 0/1 definition.
2009-02-01 diego HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value.
2009-02-01 diego Convert HAVE_CLOSESOCKET and HAVE_SOCKLEN_T into 0/1 definitions.
2009-02-01 diego Add a few more #defines for FFmpeg to config.h.
2009-02-01 diego CONFIG_LIB* are defined as 0/1 in FFmpeg.
2009-02-01 diego Revert Solaris PATH modification workaround.
2009-02-01 diego Add CONFIG_FASTDIV and CONFIG_POWERPC_PERF to config.h for FFmpeg compilation.
2009-01-31 diego Set a sane default path on Solaris.
2009-01-31 diego cosmetics: Move memalign_hack define next to other FFmpeg defines in config.h.
2009-01-31 diego Make sure CONFIG_MEMALIGN_HACK is always #defined.
2009-01-31 diego Make sure HAVE_ALTIVEC_H is always #defined.
2009-01-31 diego Make sure HAVE_FAST_64BIT is always #defined.
2009-01-31 diego Add bswap check, needed for FFmpeg.
2009-01-31 diego Add #define HAVE_DLFCN_H to config.h, libdvdread4 needs it.
2009-01-31 diego HAVE_LRINT and friends should be defined to 0/1.
2009-01-30 diego Make CONFIG_XVMC a proper FFmpeg-style 0/1 definition.
2009-01-30 diego Add CONFIG_SWSCALE to config.h, we always enable the software scaler.
2009-01-30 diego Add 4 more config.h #defines for libfaad2.
2009-01-30 diego Add -Wundef to CFLAGS.
2009-01-30 diego Enable RDFT in FFmpeg, some codecs depend on it.
2009-01-30 diego Enable internal dvdread support on OS/2.
2009-01-26 diego HAVE_3DNOW --> HAVE_AMD3DNOW
2009-01-25 diego HAVE_3DNOWEX --> HAVE_3DNOWEXT
2009-01-20 cehoyos Disable upcoming VC1/WMV3 VDPAU decoder.
2009-01-17 cehoyos MPlayer only supports latest libavutil.
2009-01-16 gpoirier fix compilation without VDPAU decoders
2009-01-16 cehoyos Disable upcoming MPEG_VDPAU_DECODER.
2009-01-15 diego Get rid of now unused FFmpeg ENABLE_ preprocessor directives.