log configure @ 6624:122efdee5b52

age author description
2002-06-28 arpi trivial but nice fix for /dev/video? detection by "Julian J.M."
2002-06-24 atmos4 Patch by Dominik Mierzejewski:
2002-06-16 atmos4 wtf..10l to dunno..only use x11_common.c when x11 is detected
2002-06-15 atmos4 Support for dvdnav-config script, patch by Christian Ohm <chr.ohm@gmx.net>
2002-06-15 rfelker K6 is NOT a 686!! this causes SIGILL in libavcodec encoding!
2002-06-15 rfelker == is a bash2 extension; the proper test for numeric equality is -eq
2002-06-15 atmos4 Also check in LIBDIR/real for the codecs.
2002-06-15 atmos4 Enable RealPlayer DLLs on cygwin.
2002-06-14 arpi realplayer8 installs at /usr/local/RealPlayer8 by default...
2002-06-13 atmos4 Proper gcc 3.1 cpu optimization autodetect, patch by Luca Barbieri <ldb@ldb.ods.org>
2002-06-13 atmos4 Darwin/Mac OS X dvd support. Patch from Joey Parrish <joey@yunamusic.com>
2002-06-13 atmos4 Small fix for real check.
2002-06-13 nexus add FreeBSD default dir
2002-06-13 atmos4 Implement Nilmoni's and Bernd Ernesti's patches for:
2002-06-12 atmos4 Luke Harrison <luke@vv.carleton.ca>
2002-06-11 jaf cdda added to input/notinput
2002-06-11 albeu Support for playing audio cds using cdparanoia. Include a raw audio
2002-06-10 nexus FreeBSD Real support
2002-06-09 arpi realplayer dll support autodetected (requires linux && -ldl)
2002-06-07 arpi cygwin & darwin fixes by Joey Parrish <joey@yunamusic.com>
2002-06-07 atmos4 small g3 optflags upd
2002-06-06 atmos4 10l fix for cpuinfo exec after G3 changes and beatify cc check.
2002-06-06 atmos4 Setup better cflags for PPC G3 patch by Colin Leroy <colin@colino.net>. IMHO needs improvements for other ppc cpus, too.
2002-06-04 arpi cygwin & darwin fixes by Joey Parrish <joey@yunamusic.com>
2002-06-03 arpi don't run help_diff on english help
2002-06-03 arpi automatically adding untranslated messages to help_mp.h from english master file
2002-06-03 pl bugfix for cygwin (reports 2.95.3-5)
2002-06-01 rfelker The "(use this option if it does not compile)" text only made sense
2002-06-01 arpi -updates vo_directfb (+configure&makefile) according to planned changes
2002-05-30 pl avoids stripping the binary at install if debugging or profiling is enabled
2002-05-30 jaf arts added to 'Disabled optional drivers'
2002-05-29 arpi fixed arts detection
2002-05-28 pl small fix for arts
2002-05-28 atmos4 aRts audio out support by Michele Balistreri <brain at email.it>
2002-05-26 jaf if LANGUAGES=help_mp-??_??.h fixed
2002-05-26 pl gcc -dumpversion seems less error prone (tested with 2.95.4 3.0.4 and 3.1)
2002-05-25 pl The 3 X11 checks (header/lib/functionnality) are now together.
2002-05-23 arpi - keeps configure from generating a core when a buggy giflib is found
2002-05-23 alex changed disabled vidix message
2002-05-23 alex some visual changes and applied Ulrich Hecht's 64bit fixes
2002-05-20 arpi big cosmetics patch, cleanup of messages printed by mplayer and libs.
2002-05-20 arpi catching SIGILL instead of dumping core - patch by Steven M. Schultz <sms@2BSD.COM>
2002-05-18 arpi compile with '-g' by default for .developer
2002-05-18 pl gif support: added tests with the X11 libs (required by some lib(un)gif)
2002-05-14 jaf only include when necessary
2002-05-14 jaf two more lines for dvb ...
2002-05-13 arpi better gif89 detection by pl <p_l@gmx.fr>, based on patch by Joey Parrish <joey@yunamusic.com>
2002-05-13 albeu Initial support for dxr2. Based on patch from Tobias Diedrich <ranma@gmx.at>.
2002-05-13 pl lib(un)gif detection fix (linking should be sufficient) and it avoids the message
2002-05-12 arpi libgif detection extended
2002-05-12 arpi various openbsd and general warning fixes - patch by Björn Sandell <biorn@dce.chalmers.se>
2002-05-12 arpi -vo gif - by Joey Parrish <joey@yunamusic.com>
2002-05-10 pl patchs by Björn Sandell <biorn@dce.chalmers.se>:
2002-05-10 pl netbsd and/or lfs workaround (fixes a textbusy error)
2002-05-09 arpi BSDI dvd.h detect fix by Steven M. Schultz <sms@2BSD.COM>
2002-05-08 pontscho some bugfix, x[11|mga|v] ( fullscreen with more files )
2002-05-07 pl patchs for NetBSD by Bernd Ernesti <mplayer@lists.veego.de>:
2002-05-03 arpi enable libfame only for dxr3/dvb owners by default, libfame check moved right after libmp1e check
2002-05-03 atmos4 More verbose error reporting to configure.log for SDL and fix a long pustanding bug, with type mismatch in test-compile-code (affected eg. cygwin, too)
2002-05-03 atmos4 Add Darwin (MacOS X) detection and configuration and modify compiler check to check through defined-cc, gcc3, cc to find good compiler. Abort on first good compiler.