log configure @ 26341:8fadd02c498c

age author description
2008-04-09 diego Handle af_ladspa conditional compilation in the usual way.
2008-04-08 diego Move decision about which getch2 and timer file to compile to configure.
2008-04-08 diego Move decision about whether or not to compile osdep/mmap_os2.c to configure.
2008-04-07 diego Fix FFmpeg DEPEND_CMD to account for latest changes and add MPDEPEND_CMD.
2008-04-04 diego Export some more information for FFmpeg's buid system.
2008-04-01 diego Darwin and Win32 DVD support libs are handled separately, take them back
2008-04-01 diego Initialize _dvdread variable to "no" in the dvdread check.
2008-03-31 diego Ahem, fix quoting of $ in DEPEND_CMD.
2008-03-31 diego Add DEPEND_CMD to config.mak (sync with FFmpeg).
2008-03-31 diego Rename HAVE_XVMC_ACCEL to HAVE_XVMC for consistency and to sync with FFmpeg.
2008-03-31 diego cosmetics: Group all FFmpeg settings together in config.mak.
2008-03-31 diego HAVE_MLIB was renamed to CONFIG_MLIB in FFmpeg.
2008-03-27 diego cosmetics: prettyprinting
2008-03-27 diego some more DragonFly BSD changes, patch by Hasso Tepper, hasso estpak ee
2008-03-27 diego support for DragonFly BSD, patch by Hasso Tepper, hasso estpak ee
2008-03-27 diego Remove bsd() system check. Lumping different *BSD systems together like
2008-03-26 diego cosmetics: Reindent X11 header search section after last commit.
2008-03-26 diego Do not look for X11 headers on the host when cross-compiling.
2008-03-18 eugeni Compilation fix.
2008-03-15 diego Remove unused MACOSX definition.
2008-03-15 diego Introduce HAVE_QUICKTIME definition and use it where appropriate.
2008-03-15 diego Add a separate definition for quartz.
2008-03-15 diego 10l: Really disable coreaudio where intended.
2008-03-15 diego Do not disable all Mac OS X support when pthreads are unavailable.
2008-03-15 diego MACOSX_COREVIDEO --> corevideo
2008-03-15 diego Introduce a separate definition for Mac OS X coreaudio support.
2008-03-15 diego Fix wrong res_comment.
2008-03-10 diego CONFIG_SWSCALER --> CONFIG_SWSCALE to match FFmpeg changes.
2008-03-10 zuxy Disable QTX emulation on win32; fix builds on cygwin and mingw32.
2008-03-08 diego CONFIG_PP --> CONFIG_POSTPROC, sync with FFmpeg
2008-03-08 diego Move HP-UX SCSI header check from the internal libdvdread check to the
2008-03-07 diego Add parentheses where necessary to fix || conditions to work as intended.
2008-03-07 diego Remove duplicate conditions in dvdread check.
2008-03-07 diego Set ASFLAGS in configure and initialize it as necessary for OS/2.
2008-03-06 diego Disable S3 VIDIX driver on non-x86 platforms.
2008-03-06 diego 10l: ENABLE_GRAY needs to be present for libavcodec to compile.
2008-03-05 diego Do not enable grayscale decoding in FFmpeg, it slows down the
2008-03-05 diego Add ENABLE_DECODERS/ENABLE_DEMUXERS alongside CONFIG_DECODERS/CONFIG_DEMUXERS
2008-03-03 diego Move decision about whether or not to compile Windows emulation
2008-03-03 diego Move decision about whether or not to compile wrapper.S to configure.
2008-03-03 uau configure: Set CONFIG_ENCODERS=yes in config.mak unconditionally
2008-02-29 ben New S3 VIDIX driver.
2008-02-28 diego Use _res_comment in joystick check.
2008-02-26 diego Default to disabling VIDIX on platforms where it is not known to work.
2008-02-26 uau configure: define ENABLE_ENCODERS for FFmpeg
2008-02-25 diego FFmpeg now uses different (unified) #include paths.
2008-02-24 diego Disable internal VIDIX on OS/2, patch by Dave Yeo, dave.r.yeo gmail com.
2008-02-24 cehoyos Only icc 10.1 will be supported.
2008-02-24 cehoyos Check for -mno-omit-leaf-frame-pointer (compilation fix for icc 10.1.012).
2008-02-23 diego #define ATTRIBUTE_ALIGNED_MAX in config.h instead of hardcoding it.
2008-02-23 diego Move libdca definition to a better place in config.h.
2008-02-21 diego Replace Alpha MVI compiler workarounds by a proper configure check.
2008-02-21 diego Use standard multiple inclusion guard.
2008-02-21 diego Remove unused #define from config.h.
2008-02-18 diego basic support for OS/2 in configure
2008-02-18 diego Set SYS_BEOS for libdvdcss compilation on BeOS.
2008-02-16 diego Apple gcc defines __APPLE_ALTIVEC__ with -faltivec.
2008-02-12 iive Implement test for system byteswap.h header file.
2008-02-10 diego Disable v4l2 if pthreads are not available, fixes bug #1015.
2008-02-01 iive Update the test for ivtv output driver.