log configure @ 10819:47a90985950d

age author description
2003-09-05 alex solaris sed (and probably others) fix for faad detection by Michael Gernoth <simigern@stud.uni-erlangen.de>
2003-09-02 mosu Fixed detection of vsscanf for newer gcc versions (3.3.1 etc). Patch by Dima K. <dimakar@yahoo.com>.
2003-09-01 lumag Fixed smbclient (added probbing if we need -lnsl-ldl ) & lirc detection (/dev/lirc may be a directory, so right device is /dev/lirc/0)
2003-08-31 diego spelling fixes
2003-08-31 alex vo_fbdev2 written by Joey Parrish with some minor modifications
2003-08-30 arpi use internal (included) libfaad2
2003-08-24 arpi TGA image output VO module
2003-08-18 alex Reworked the CPU optimization detection code, now it works nice for non-x86 platforms aswell (tested on Alpha, PPC, x86)
2003-08-18 alex Theora-CVS update patch by Martin Drab <drab@kepler.fjfi.cvut.cz>
2003-08-17 alex --dvbincdir support by Gotz Waschk <waschk@informatik.uni-rostock.de>
2003-08-15 albeu ftp support. The change on connect2Server is needed bcs we need 2
2003-08-13 alex Removed the historic cfgparser and switched full to the new config parser (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies.
2003-08-12 alex added live.com to (no)inputmodules
2003-08-12 joey Added DR support to vo_fbdev,
2003-08-11 alex Simplified/fixed altivec/altivec.h detection on Linux and Darwin (and others). Patch by Magnus Damm <damm@opensource.se>
2003-08-10 alex libdvdread-cvs support, patch by Steven M. Schultz <sms@2BSD.COM>
2003-08-09 diego OSD menu should not be confused with DVD menus.
2003-08-07 henry v4l2 support
2003-08-06 diego (nonworking) dvdnav commented out as discussed on dev-eng.
2003-08-05 diego _win32libdir (not _libdir/win32) should be searched after other locations.
2003-08-04 rfelker warning for users who insist on trying to enable dvdnav
2003-07-27 alex gcc2.95.x has no support for mvi instructions
2003-07-26 iive xvmc fixes - check for xv presence and fix libs order
2003-07-25 nexus detect Real codecs fix (with only win32 DLL)
2003-07-19 diego MinGW support in mpdvdkit
2003-07-11 mosu Necessary changes for the upcoming libebml/libmatroska 0.5.0. Implemented support for RealAudio and RealVideo inside Matroska.
2003-07-07 alex full-featured gcc ppc optimization (601,603,604,740,750,745,755,7400,7410,7450)
2003-07-03 rfelker reverse this nonsense that breaks configure! (ppl, please don't commit
2003-07-01 alex automatic altivec support detection on linux
2003-06-30 diego The new head and tail deprecates -1 in favour of -n 1.
2003-06-24 alex proper arm configure detection (+ armv5tel support, v4l is a subset of v5tel)
2003-06-21 iive basic xvmc image support
2003-06-20 alex cosistency fix with backward compatibility (now lavc's arm optimisations are enabled too!)
2003-06-17 alex 10l fix by Steven M. Schultz <sms@2BSD.COM>
2003-06-17 rfelker 1000l, stupid bash/ksh/etc specific crap. PLEASE learn bourne shell
2003-06-13 diego Add missing language suffix to DOCS/ path.
2003-06-11 diego Networking support under MinGW.
2003-06-11 diego Make configure output codec paths more consistently.
2003-06-09 arpi renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_LIBDIR
2003-06-09 arpi libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>:
2003-06-09 faust3 enable stream cache for mingw
2003-06-06 arpi I've found some time to implement the encoding support for the new
2003-05-30 alex lirccd support by Fredrik Tolf <fredrik@dolda2000.cjb.net>
2003-05-30 alex simplification and clarification
2003-05-30 alex esd:server and esd latency support by Andrew Williams <andrew.s.williams@adelaide.edu.au>
2003-05-29 diego Renamed --enable-qtx-codecs to --enable-qtx for consistency reasons.
2003-05-25 diego K6-2+ and K6-III+ detection
2003-05-23 alex do it the standard way (tm)
2003-05-23 diego Make configure run even on non POSIX compliant shells (Solaris).
2003-05-22 diego Cygwin and MinGW should use default codecs directories, --with-codecsdir is
2003-05-22 diego One / too many, noticed by Andreas Hess <jaska@gmx.net>.
2003-05-21 alex Native MacOSX audio output by Dan Christiansen <danchr@daimi.au.dk>
2003-05-21 alex mingw support, bug noticed by yepyep on irc.freenode.net
2003-05-18 alex --with-codecsdir option by Diego Biurrun
2003-05-17 bertrand Changed the STREAMING defines to MPLAYER_NETWORK to avoid name definition clash.
2003-05-12 atmos4 change real codecs dir priority as discussed with al3x, hopefully the syntax is korn shell compatible, please test!
2003-05-12 atmos4 change logic for detecting real codecs dir (loop in to prefer RealPlayer 9 codecs
2003-05-11 alex last cygwin/mingw32 binary codecs support (win32codecs + real) patch by Sascha Sommer
2003-05-11 alex New option: using /codecs for all the binary dlls, initial patch by Diego Biurrun after discussion on -dev-eng
2003-05-11 arpi Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>