log configure @ 32661:4a354cdcf847

age author description
2011-01-02 diego Add sys/time.h #include to videodev.h/videodev2.h checks.
2011-01-02 diego configure: Simplify *BSD ioctl_meteor.h check.
2011-01-02 diego Drop unnecessary Xlib.h #include from Xss screensaver extensions check.
2011-01-02 diego Simplify vector declarations and fast inttypes check with statement_check().
2011-01-01 diego Remove forked internal libfaad2 copy.
2010-12-31 reimar Make internal FFmpeg use the new API that does not pose a limit on the maximum
2010-12-30 reimar Define CONFIG_GPL in config.asm, fixes compilation with YASM.
2010-12-23 reimar Disable VIDIX on Windows if then required ntddk.h header is not available.
2010-12-23 diego configure: Add HAVE_MMAP definition for FFmpeg to config.h.
2010-12-23 diego configure: Disable internal libfaad2 compilation by default.
2010-12-19 reimar Compilation fixes for currentl Cygwin.
2010-11-03 diego Do not enable rpath on NetBSD.
2010-11-03 diego Enable joystick support on FreeBSD.
2010-10-27 diego Fix compilation with networking disabled due to FFmpeg CONFIG_RTPDEC handling.
2010-10-27 siretart sync x264 version check with the check in ffmpeg/configure
2010-10-21 diego Add CONFIG_RTPDEC to config.h/config.mak for FFmpeg.
2010-10-21 diego Fix detection of mips processor variants.
2010-10-15 siretart in auto mode, enable internal libdvdcss only if it is actually available
2010-10-08 diego Change libmp3lame check to test for lame_set_VBR_quality().
2010-10-07 diego Make sure some x86 config.h entries are available on all architectures.
2010-10-07 diego Add xmm clobbers test for FFmpeg.
2010-10-05 diego Require LAME 3.98.3 for MPlayer, same as is required for FFmpeg.
2010-10-05 diego Ensure that CONFIG_NETWORK is always #defined to either 0 or 1.
2010-10-03 diego Remove some unnecessary #includes from IVTV and V4L2 checks.
2010-10-03 diego Simplify some X11 checks with the help of statement_check_broken().
2010-10-01 diego Drop removal of AAC encoder from list of FFmpeg encoders.
2010-09-30 reimar 100l, actually add yasmdefines to YASMFLAGS.
2010-09-29 reimar Move config.asm back to root and append a '/' to SRC_PATH
2010-09-29 reimar Allow configure to accept nasm instead of yasm again.
2010-09-29 reimar Remove -DARCH_X86_64 from YASMFLAGS, that define is already in config.asm
2010-09-29 reimar config.asm should be generate in ffmpeg/, not the root.
2010-09-28 diego Use a single svn:externals declaration for all of FFmpeg.
2010-09-27 diego Remove unnecessary Xlib.h #include from xf86keysym check.
2010-09-27 diego Drop two unnecessary Xlib.h #includes and use helper functions.
2010-09-27 diego Add config.asm with (sub)architecture definitions for FFmpeg's YASM support.
2010-09-27 diego Simplify some configure checks through statement_check{_broken}().
2010-09-27 diego cosmetics: Rename function_check{_broken}() --> statement_check{_broken}().
2010-09-26 diego Remove unnecessary sys/types.h #include from shm check.
2010-09-26 diego Add proper autodetection for FTP support; should fix Bugzilla #1804.
2010-09-26 diego Simplify inet_pton/inet_aton checks with function_check().
2010-09-26 diego Simplify jpeglib check with header_check_broken().
2010-09-26 diego Switch back to using '-MD -MP' as gcc .d file creation flags.
2010-09-26 diego Remove unnecessary linux/types.h #include from Apple IR check.
2010-09-26 diego Move xmga check after X11, which xmga requires.
2010-09-26 diego Simplify ENCA check.
2010-09-26 diego Update documentation on how to add checks; mention helper functions.
2010-09-26 diego Fix the way the dynamic loader check adds linker flags.
2010-09-26 diego Simplify Windows waveout test with header_check_broken().
2010-09-26 diego Simplify Direct3D check with header_check().
2010-09-26 diego Remove some unnecessary windows.h #includes in configure checks.
2010-09-25 diego Add CFLAGS/LDFLAGS for all FFmpeg libraries when using pkg-config in configure.
2010-09-25 diego Change the way encoders necessary for both MPlayer and MEncoder are enabled.
2010-09-25 diego Add HAVE_STDLIB_H to config.h for libfaad2.
2010-09-21 diego MPEG4AAC_DECODER does not exist in FFmpeg; do not remove it from libavdecoders.
2010-09-21 diego Move network requirement check for FTP into the FTP test.
2010-09-21 diego Add HAVE_ALIGNED_STACK definition for FFmpeg.
2010-09-21 diego Drop obsolete CONFIG_IPV6 #definition for FFmpeg from config.h.
2010-09-21 diego Move ASMALIGN check into x86 section of configure.
2010-09-21 diego Move lrintf definition to the FFmpeg section of config.h.
2010-09-20 diego Move ASFLAGS and AS_DEPFLAGS to the FFmpeg section of config.mak.