log configure @ 21510:5f8a9c31c0b6

age author description
2006-12-04 nplourde force ppc arch and 10.3.9 sys lib on ppc mac
2006-12-04 reimar Move cddb "autodetection" so it also works for libcdio
2006-12-04 reimar Add full support for en-/disabling cddb support
2006-12-02 diego Use fallback XAnim and Real codecs directories when autodetection is skipped.
2006-12-02 diego Remove warning about missing codecs directory, the condition is always true.
2006-11-29 diego Add /usr/local/lib and /usr/local/include to the linker/compiler
2006-11-29 diego `sdl-config --libs` under mingw32 will give -lmingw32, which leads to
2006-11-29 aurel Sync with FFmpeg changes for encoder/decoder registration.
2006-11-28 diego Make MPlayer/MEncoder print the compile-time configuration in verbose mode.
2006-11-28 diego support Intel Core 2 and AMD Geode in the processor detection routines
2006-11-27 diego Merge _ld_arch into _ld_extra.
2006-11-27 diego Disable cddb on Darwin at Reimar's request.
2006-11-27 diego _ld_sock is already in _ld_extra.
2006-11-27 diego Add a config.mak variable for CDDB.
2006-11-27 diego Sync with FFmpeg changes for (de)muxer registration.
2006-11-26 reimar Move checking/defining HAVE_LINUX_DVD_STRUCT etc. to dvdcss check,
2006-11-26 reimar -lwinmm is always (also for mencoder) needed on windows for osdep/timer-win2.c
2006-11-26 uau Revert r21251 (moving loader/config.h contents to main config.h).
2006-11-26 reimar Set _win32codecsdir fallback also with --enable-win32
2006-11-25 diego Move contents of loader/config.h to configure/config.h, there are
2006-11-25 reimar Add support for compiling with ICC 9.1. Currently needs --target=generic-linux,
2006-11-25 reimar Add generic target that allow compiling without any assembler or otherwise
2006-11-24 diego Rename CONFIG_MP3LAME variable, the variable for LAME support in FFmpeg
2006-11-22 diego Get rid of _ld_gtk and _ld_glib.
2006-11-22 diego Get rid of _ld_vorbis.
2006-11-22 uau Make compilation depending on USE_OSD unconditional.
2006-11-22 diego Get rid of _xmms_lib.
2006-11-22 diego _ld_static does not need to be in both EXTRA_LIB and EXTRALIBS_MPLAYER.
2006-11-22 diego Cosmetics to make the next patches more readable.
2006-11-22 diego Remove _ld_x11.
2006-11-22 diego typo noticed by Carl Eugen Hoyos, cehoyos ag.or.at
2006-11-22 diego Remove _ld_gif and _ld_theora.
2006-11-22 diego Remove _ld_freetype and _ld_fontconfig, they are no longer necessary.
2006-11-21 uau Make compilation depending on USE_SUB unconditional.
2006-11-21 reimar Fix SVN r21075, it completely disabled OpenGL in almost all cases.
2006-11-21 diego Treat fontconfig and FreeType linker flags just like any other linker flag.
2006-11-21 diego Remove stray -I from include dirs in live555 check, it was being duplicated.
2006-11-21 diego cosmetics: EXTRA_LIB_MENCODER --> EXTRALIBS_MENCODER
2006-11-21 diego _ld_tmp vs _ld_x264 typo
2006-11-21 diego Remove --with-x11libdir and --with-livelibdir.
2006-11-21 diego Attempt to properly fix linking of encoding libs used by libavcodec.
2006-11-21 diego ALSA can be used by both MPlayer and MEncoder.
2006-11-21 diego Fix linking when libavcodec uses x264.
2006-11-21 diego Remove _ld_x264 _toolame_lib _twolame_lib, they are no longer needed.
2006-11-21 diego _ld_xv does not exist anymore.
2006-11-21 diego Add _libs_mplayer and _libs_mencoder to cc_check.
2006-11-21 diego Introduce _libs_mplayer and _libs_mencoder to get rid of some _ld_ variables.
2006-11-21 diego Move FFmpeg library dependencies into the Makefile just like everything else.
2006-11-21 diego Move some Win32 LDFLAGS into _ld_extra.
2006-11-21 diego Merge MPlayer-specific libs into one variable.
2006-11-21 diego Remove _ld_win32, this is handled by the Makefile.
2006-11-20 diego Remove --with-xmmsplugindir and --with-xmmslibdir.
2006-11-20 diego Remove --with-x264libdir.
2006-11-20 diego Remove --with-xvidlibdir.
2006-11-20 diego Remove --with-toolamelibdir from help output as well.
2006-11-20 diego Remove --with-toolamelibdir.
2006-11-20 diego Add support for disabling MPlayer compilation.
2006-11-20 diego Deliver dependency handling from redundancy.
2006-11-20 diego another 100l typo noticed by Carl Eugen Hoyos, cehoyos (at) ag or at
2006-11-20 diego Some more cleanups for LDFLAGS handling.