log configure @ 20240:9b809e2ef375

age author description
2006-10-15 diego Remove Linux test from DirectFB check, it runs on some BSD systems at least.
2006-10-15 diego Remove test for framebuffer device from DirectFB check.
2006-10-14 diego Create proper define for DFBMGA.
2006-10-14 diego Remove intrinsics check, they are no longer used in FFmpeg.
2006-10-12 diego Check for maeomo-specific libraries (Nokia 770).
2006-10-11 diego Make the socklib check search gethostbyname/socket in libc.
2006-10-11 diego Streamline socklib check.
2006-10-11 diego Run TOOLS/cpuinfo on x86_64 as well as x86.
2006-10-10 diego Change == to = in test comparisons for better portability.
2006-10-08 syrjala List dfbmga and directfb in _novomodules.
2006-10-08 syrjala Fix DirectFB version check. The old code simply concatenated the
2006-10-08 rathann Disable linking mplayer with mp3lame when --disable-encoder=mp3lame is
2006-10-08 diego Support for detection of extended instructions on ARM.
2006-10-07 reimar Cosmetics: consistent order for en-/disabled codecs list
2006-10-07 uau Remove special warning printed when VIDIX is disabled
2006-10-07 diego Sync with latest BUILD_ROOT changes in FFmpeg.
2006-10-06 gpoirier add gcc-4.x to the list of compilers displayed
2006-10-05 lorenm Remove the x264 option parser, and pass the options on to libx264 as a string instead. This provides automatic support for all current and future x264 options.
2006-09-27 ben removed ivtv driver dependancy in favor of native V4L2 MPEG API (requires Linux 2.6.18 and above)
2006-09-26 corey vo_caca: use the pre-1.x compatibility layer so recent
2006-09-18 diego Replace preprocessor hacks to work around compilers not supporting named
2006-09-18 diego configure should fall back on -mcpu=pentium4 if -mcpu=prescott
2006-09-18 diego Add --disable-dvdnav to help output.
2006-09-17 ods15 Add demux_nut to MPlayer repo
2006-09-16 diego The recent renaming of the gcc-checking switches to gcc-check was incomplete.
2006-09-16 nicodvb removed superflous -I in the dvdnav section; patch by Timo Kanera - timo kanera de
2006-09-14 diego Fix Irix build with gcc < 3.x, closes Bugzilla #572.
2006-09-12 diego Move conditional compilation to the build system.
2006-09-09 nicodvb detect dvdnav before mpdvdkit and dvdread; if dvdnav is set mplayer will use the version of dvdread embedded in dvdnav
2006-09-06 gpoirier Add support for POWER5 as found on IBM eServer OpenPower 720
2006-09-02 diego -lm needs to come before -laudio to avoid link errors in the NAS check.
2006-08-31 diego Check for requirements at configure-time, not at run-time.
2006-08-31 diego cosmetics: Fix ugly one-space indentation in radio check.
2006-08-30 nicodvb split in 2 'horribly long line'
2006-08-30 nicodvb make sure opt.h is present when detecting libavformat
2006-08-29 nicodvb accept dvdnav version >= 0.2.0; the previous code failed because the check test 020 -ge 0110 failed
2006-08-28 reimar Radio support, patch by Vladimir Voroshilov (voroshil gmail com)
2006-08-27 diego Reenable some encoders even for MPlayer-only compilation, some filters need it.
2006-08-27 diego Only add include flags if cc_check succeeded.
2006-08-26 diego Make --with-x11libdir and --with-mlibdir consistent with --with-*libdir.
2006-08-26 diego Remove superfluous --with-termcaplib option.
2006-08-26 diego Add --extra-libs option to pass linker flags.
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"