log configure @ 23648:09f454fc4d79

age author description
2007-06-25 reimar Hint at --disable-* options as a workaround for outdated binutils.
2007-06-24 reimar define HAVE_FAST_UNALIGNED on x86 (32 and 64 bit).
2007-06-22 lu_zero unbreak armv6 previously broken by me...
2007-06-21 lu_zero Unbreak altivec
2007-06-21 voroshil Revert r23530.
2007-06-19 reimar Simplify generation of CPU-extensions HAVE_ and ENABLE_ defines
2007-06-19 reimar Simplify generation of ARCH_ and corresponding ENABLE_ defines
2007-06-19 reimar Add an optional third parameter to ff_config_enable in preparation
2007-06-19 reimar Allow to disable x86 cpu extensions (e.g, via --disable-sse) even with
2007-06-16 rtogni Compilation fix: define some ENABLE needed by lavc
2007-06-16 reimar Add HAVE_ Makefile variables needed by ffmpeg
2007-06-16 reimar Follow ffmpeg TARGET_ARCH_* -> ARCH_* change.
2007-06-13 cehoyos Do not allow to compile gui without PNG decoder in libavcodec.
2007-06-10 voroshil Teletext support for tv:// (v4l and v4l2 only)
2007-06-08 cehoyos Simplify addition of -Wdeclaration-after-statement to CFLAGS.
2007-06-08 cehoyos Support icc 10.0.
2007-06-08 cehoyos Cosmetics: Fix indentation after last commit.
2007-06-08 cehoyos Add -Wdeclaration-after-statement etc. only to gcc.
2007-06-08 cehoyos Compile C++ files with the same compiler as all other files.
2007-06-07 cehoyos Add -Wpointer-arith, -Wredundant-decls and -Wdisabled-optimization to CFLAGS.
2007-06-07 nicodvb in vidix check protect [A-Z] and [a-z] with single quotes as in other checks; fixes some untranslated lowercases
2007-06-07 cehoyos Add -Wno-switch to CFLAGS.
2007-06-07 cehoyos Fix r23494: It broke gcc 2.95.3
2007-06-07 cehoyos Add -Wno-pointer-sign to CFLAGS
2007-06-07 diego Add -Wall (back) to default CFLAGS.
2007-06-07 cehoyos Remove 'CONFIG_LIB=1' line from config.mak when not using libfaac.
2007-06-07 cehoyos Fix compilation after FFmpeg r9235.
2007-06-07 zuxy 10l: correct Core 2 detection under x86-64
2007-06-05 ben protect _vidix_drivers variable, allowing --with-vidix-driver option to actually handle more than one driver
2007-06-05 diego Keep -pipe option in CFLAGS even in debug mode.
2007-06-05 diego Keep unused parameter warnings in debug mode.
2007-06-02 gpoirier compilation fix after commit r9172 to ffmpeg, patch by Aurel
2007-05-31 zuxy Remove no more used TARGET_BUILTIN_VECTOR and TARGET_BUILTIN_3DNOW
2007-05-21 diego Add "uclinux" as an accepted system type in the linux() test.
2007-05-20 zuxy Add SSSE3 check
2007-05-19 reimar Update regexp to ffmpegs version to avoid incorrect CONFIG_MP3_HEADER_DECOMPRESS_DECODER
2007-05-19 reimar Fix compilation: Create CONFIG_*_BSF in config.mak
2007-05-17 diego Clean up VIDIX test.
2007-05-17 diego 10l: leftover line from incompletely split commit
2007-05-17 diego Remove awk test. awk is a basic Unix tool, any implementation is sufficient.
2007-05-17 diego Move the internal VIDIX check from a random place into the VIDIX section.
2007-05-17 diego Remove redundant negation of _vidix_internal for the 'sunos && not x86' case,
2007-05-17 diego Merge internal and external VIDIX checks.
2007-05-17 diego ffdts is no more.
2007-05-15 reimar Avoid passing test invalid arguments when string is empty.
2007-05-13 diego ARMv6 detection, patch by Siarhei Siamashka, siarhei.siamashka gmail com
2007-05-13 rtogni Compilation fix after ffmpeg r9010 (bitstream filters optional
2007-05-11 diego help output typo noticed by Ramiro Polla
2007-05-10 ben new VIDIX driver for IVTV cards, original patch by Lutz Koschorreck
2007-05-03 diego Simplify libamr_nb test.
2007-05-03 diego cosmetics: Rename remaining instances of amr_* to libamr_*.
2007-05-03 diego Rename amr_nb and amr_wb options to libamr_*.
2007-05-03 diego FFmpeg sync: Rename AMR config settings to LIBAMR.
2007-05-03 diego cosmetics: Rename _amr* variables to _libamr*.
2007-05-03 diego FFmpeg sync: Rename DTS_DECODER --> LIBDTS_DECODER.
2007-05-02 reimar Remove libpng dependency for Gui, use libavcodec instead
2007-05-02 reimar Disable internal vidix on PPC linux, it breaks compilation.
2007-05-01 nicodvb reindented dvdread check block
2007-05-01 nicodvb libdvdnav now depends on our fork of the library; only the version without
2007-05-01 diego Merge FFmpeg dependency handling into the individual tests.