log configure @ 19536:7dee65ac137e

age author description
2006-08-26 diego Remove --with-madlibdir option, it never worked anyway.
2006-08-25 diego Disentangle toolame CFLAGS and LDFLAGS handling.
2006-08-25 diego Disentangle libdv and vorbis linker flags.
2006-08-24 diego Fix .align is a power of two check.
2006-08-22 gpoirier fix trailing space problem, which was preventing fontconfig to get compiled
2006-08-21 diego support for disabling/enabling bitmap font support from configure
2006-08-21 diego Remove unused variable.
2006-08-21 diego cosmetics: Fix indentation after last commit.
2006-08-21 diego Properly disable tests that depend on X.
2006-08-21 diego Remove superfluous variable settings.
2006-08-21 diego cosmetics: indentation fix after last commit
2006-08-21 diego Remove duplicate check for $_faad_external = auto.
2006-08-21 diego Only run the check for external FAAD if internal FAAD is not used.
2006-08-20 nicodvb disable dvdnav if dvdnav-config is not present; patch by Ivo -ivop euronet nl-
2006-08-20 diego The X11 header check looks in $_extra_inc that contains directories in the
2006-08-19 iive Fix xv and xinerama force on --enable-*
2006-08-18 diego Some more consistency for the conditions under which tests are run.
2006-08-18 diego Also add uint_fast64_t to config.h when "int_fastXY_t in inttypes.h"
2006-08-18 diego Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
2006-08-18 nplourde fix missing symbol when compiling with live support on mac osx
2006-08-17 diego 10l: Also rename configure option for gcc check.
2006-08-17 diego Rename gcc_checking variable to gcc_check.
2006-08-17 reimar Add -Wdeclaration-after-statement to CFLAGS if available to ensure people
2006-08-14 nicodvb support for dvdnav is now auto-detected; removed support for dvdnav-dir
2006-08-14 diego stupid typo in previous commit: lavc_mpegaudio_hp --> libavcodec_mpegaudio_hp
2006-08-14 diego Add a switch for disabling high precision mpeg audio decoding in libavcodec.
2006-08-13 reimar Do not put ASMALIGN define under "if x86", x86_64 needs it, too, and it might
2006-08-12 diego Port ASMALIGN preprocessor macro for .align handling from FFmpeg.
2006-08-12 diego Print "no" if all of the Vorbis tests failed.
2006-08-08 reimar -logg must come before -lvorbisidec since both declare the same symbols.
2006-08-08 diego Reorganize libvorbis/Tremor detection, external Tremor should be detected now.
2006-08-08 diego spelling/clarification for --help output
2006-08-07 diego cosmetics: Rename TREMOR variable to TREMOR_INTERNAL for consistency.
2006-08-07 diego cosmetics: Rename some variables for consistency.
2006-08-06 diego Fix bug introduced in LIVE555 test simplification, -lstdc++ should go last
2006-08-05 diego Simplify Tremor low accuracy test, label external Tremor as such.
2006-08-05 diego 10l, line from a local modification committed by accident.
2006-08-04 diego Unify include path handling in the build system, part III:
2006-08-04 diego Fix libcdio test after r19200, the detected include dir was not stored.
2006-08-04 diego Merge DirectFB header check into DirectFB check.
2006-08-04 diego Remove silly check for $_inc_directfb, it is not set beforehand.
2006-08-04 diego Remove one more redundant test invocation.
2006-08-04 diego Simplify DirectFB header check.
2006-08-03 diego cosmetics: Fix DVB test indentation.
2006-08-03 diego cosmetics: Fix indentation after last commit.
2006-08-03 diego Run DVB (HEAD) test only when the corresponding variable is set to auto.
2006-08-03 diego Clean up memalign test and don't apply MEMALIGN_HACK to Darwin.
2006-08-01 diego $inc_extra vs $_inc_extra typo, closes bug #543.
2006-08-01 diego Simplify LIVE555 test and make it more consistent with the other tests.
2006-07-28 ben added audio output for ivtv cards
2006-07-27 diego Remove $ from a variable in a comment to avoid irritating expansion.
2006-07-27 diego Remove superfluous $_inc_extra parameter from cc_check call.
2006-07-27 diego Unify include path handling in the build system, part II.
2006-07-27 diego Remove inconsistency from libcdio test.
2006-07-27 diego Remove silly test/include path cleanup.
2006-07-27 diego Remove unused variable.
2006-07-27 diego Rename _inc_soundcard to _include_soundcard, _inc variables are used
2006-07-27 diego Unify include paths in the build system, part I.
2006-07-27 diego Introduce general V4L variable/define.
2006-07-27 diego Rename *v4l variable to *v4l1.