log configure @ 29517:a2617c70b295

age author description
2009-08-19 diego Fix detection of mips arch on NetBSD/sgimips.
2009-08-14 cehoyos Allow compilation with gcc 2.95.3 if videodev2.h does not support it.
2009-08-03 diego Make sure that unavailable message languages are not accepted.
2009-07-31 ben Add a variable in config.mak whether SHM support is enabled or not.
2009-07-26 diego Set both HAVE_BIGENDIAN and WORDS_BIGENDIAN.
2009-07-26 cehoyos Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN.
2009-07-19 diego Bandaid compilation fix: Disable ivtv VIDIX driver until a proper test exists.
2009-07-19 diego The Makefile variable names for external libraries in FFmpeg changed.
2009-07-19 diego Remove redundant ivtv VIDIX driver variable declarations.
2009-07-19 diego The ivtv vo driver and the ivtv VIDIX driver are unrelated; do not disable the
2009-07-18 diego Change libamr support to libopencore-amr support.
2009-07-17 cehoyos Restore alphabetic order for HAVE_ defines.
2009-07-17 diego Remove CONFIG_LIBAMR_NB_FIXED #define, which no longer exists in FFmpeg.
2009-07-17 cehoyos Assume HAVE_ATTRIBUTE_PACKED.
2009-07-11 cehoyos Fix compilation after FFmpeg r19395.
2009-07-09 reimar Disable libavcodec AAC encoder, there are too many systems where it doesn't compile.
2009-06-24 diego Modern Solaris versions have different default CD-ROM devices.
2009-06-22 diego Do not use -rdynamic on Solaris, where the flag is unsupported.
2009-06-19 diego Fix setting of DOC_LANGS and MAN_LANGS, the wrong variables were being used.
2009-06-16 cehoyos Do not auto-detect old libnut installations.
2009-06-14 diego Rename LIBVORBIS Makefile variable to VORBIS.
2009-06-14 diego 100l: Add missing $s to default language variable checks, which prevented
2009-06-14 diego Overhaul translation handling completely and add options to install specific
2009-06-14 diego cosmetics: Drop leading underscore from _language* variables.
2009-06-14 diego Allow setting message language separately from documentation language.
2009-06-14 diego Drop redundant setting of message language to English when all languages
2009-06-02 reimar Configure needs AS to be set for the Makefiles.
2009-06-01 reimar Add actually working support for PPC64
2009-06-01 reimar Use target_arch and target_subarch which is more similar to what FFmpeg uses
2009-06-01 reimar Add some missing FFmpeg archs
2009-05-19 reimar Set XVR100 make variable. Fixes compilation when support for xvr100 was detected.
2009-05-12 diego Make sure that -Ilibdvdread4 appears in CFLAGS before any system directories
2009-05-12 diego Add HAVE_PPC64 definition for FFmpeg.
2009-05-12 diego Make sure CONFIG_MUXERS is always set.
2009-05-09 diego cosmetics: indentation fixes for the dvdread check
2009-05-09 diego Fix misplaced 'fi' in external dvdread test.
2009-05-08 diego lirc anc lircc are MPlayer-only, so add LDFLAGS for MPlayer link only.
2009-05-08 diego The Apple remote code needs the Cocoa framework to link.
2009-05-07 diego Add -framework Carbon to LDFLAGS when Mac OS X finder or bundle is enabled.
2009-05-05 diego cosmetics: Move Quartz and CoreVideo checks into the vo driver section.
2009-05-05 diego LDFLAGS for CoreVideo and Quartz should be MPlayer-only.
2009-05-05 diego libdvdcss requires the Carbon framework to link on Mac OS X.
2009-05-05 diego cosmetics: Move $def_dvdcss to a more sensible place in config.h.
2009-05-05 diego cosmetics: Move CoreAudio check to audio output section.
2009-05-05 diego Add #define for HAVE_DVDCSS_DVDCSS_H (needed by internal libdvdread) to config.h
2009-05-05 diego cosmetics: indentation
2009-05-05 diego Allow disabling and enabling VCD support through command line parameters.
2009-05-05 diego CoreAudio LDFLAGS should be MPlayer-only.
2009-05-05 diego Improve CoreAudio check: Use all required headers and frameworks.
2009-05-05 diego Simplify Mac OS X Finder and Mac OS X Bundle file locations checks.
2009-05-04 diego CONFIG_QUICKTIME should be set depending on the state of QTX support.
2009-05-04 diego Rename macosx video output driver to corevideo.
2009-05-04 diego Rename macosx audio output driver to coreaudio.
2009-05-04 diego QuickTime codecs support requires -framework QuickTime to link on Mac OS X.
2009-05-04 diego Replace QuickTime.h #include with Carbon.h, which is really needed.
2009-05-04 diego Improve CoreVideo check: Test more #includes, add -framework Carbon to LDFLAGS.
2009-05-04 diego Add information about configure options to config.mak.
2009-04-26 diego Revert previous two commits, the CoreVideo vo needs both OpenGL and Cocoa.
2009-04-25 diego Fix typo in CoreVideo linker flags: the Carbon, not Cocoa framework is needed.
2009-04-25 diego Remove unnecessary -framework OpenGL from CoreVideo linker flags.
2009-04-25 diego whitespace cosmetics: reindent Mac OS X checks, remove trailing whitespace
2009-04-25 diego Split generic OS X API check into separate CoreAudio, CoreVideo, Quartz checks.
2009-04-25 diego typo in XFORM asm check, noticed by Emanuele Giaquinta
2009-04-23 diego Pass argc and argv parameters to main() function in SDL test.
2009-04-20 diego Add HAVE_LDBRX to config.h for FFmpeg.
2009-04-20 diego Add check for XFORM ASM, needed by FFmpeg/PPC.
2009-04-16 diego Rely on POSIX-compatible head/tail versions that understand the -n option.
2009-04-15 diego Replace all `` by $(), it is more readable and easier to nest.
2009-04-15 diego Simplify OS detection functions.
2009-04-12 diego Use extra_cflags variable instead of CFLAGS to add system-specific CFLAGS.
2009-04-10 diego Move all CFLAGS checks together at the beginning of configure.
2009-04-10 diego Move thread-related CFLAGS settings into pthread test.
2009-04-10 diego Remove unnecessary Darwin default CFLAGS and LDFLAGS.
2009-04-10 diego Move darwin CFLAG settings to darwin section at the beginning of configure.
2009-04-10 diego Move amigaos CFLAG settings to amigaos section at the beginning of configure.
2009-04-10 diego gcc <3.1 is unsupported on Darwin, no need to check for this.
2009-04-08 ramiro Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.
2009-04-08 diego Fix wrong syntax in test example, noticed by Jason Holt, jholt google com.
2009-04-04 diego Fix passing CFLAGS and LDFLAGS with = in them as configure parameters.
2009-04-03 cehoyos Fix compilation for newly added VAAPI_HWACCEL's.
2009-04-02 bircoph Support for libbs2b audio filter.
2009-04-02 cehoyos Fix compilation with libavcodec's HWACCEL.
2009-03-28 reimar Check for ddk/ntddcdrm.h header before enabling VCD on mingw.
2009-03-27 reimar Rename local TMP variable to TMPRES to avoid a clash with the
2009-03-25 diego cosmetics: Drop leading underscore from extra_ variables.
2009-03-24 diego Update help output with previous --extra-ldflags change.
2009-03-24 diego Replace --with-extralibdir option by --extra-ldflags, which accepts arbitrary
2009-03-23 diego typo fix: Remove stray '-' from --extra-cflags option evaluation.
2009-03-23 diego Replace --with-extraincdir option by --extra-cflags, which accepts arbitrary
2009-03-23 diego Get rid of pointless EXTRA_INC and EXTRAXX_INC config.mak variable indirection.
2009-03-21 diego Initialize HAVE_FAST_UNALIGNED definition to 0 so that it is never undefined.
2009-03-21 diego Add CONFIG_SWSCALE_ALPHA and HAVE_VIRTUALALLOC config.h #defines for FFmpeg.
2009-03-18 cehoyos Support icc 11.1.
2009-03-18 cehoyos Older versions of <vdpau/vdpau.h> will fail during compilation.
2009-03-15 diego HAVE_THREADS should be initialized to 0, it is a 0/1 #define in FFmpeg.
2009-03-14 diego KVA vo driver for OS/2, patch by KO Myung-Hun, komh chollian net
2009-03-14 diego Add /usr/X11R7 to the list of directories in which to search for X11 includes
2009-03-13 reimar Fix compilation with --charset=noconv
2009-03-07 reimar Update x264 version check for version required by lavc.
2009-03-05 diego Only add -Ilibdvdnav to the CFLAGS of the files that require it.
2009-03-01 diego DART audio output driver for OS/2 by KO Myung-Hun, komh chollian net
2009-02-23 uau configure: Make the special dvdnav test the last one again
2009-02-21 diego Make alpha arch detection more lenient. Taken from the Debian patchset.
2009-02-21 diego Add -ffast-math to LDFLAGS as well as to CFLAGS.
2009-02-21 diego Add HAVE_GETHRTIME and HAVE_INLINE_ASM definitions for FFmpeg.
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.