summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* 10l really disable faad if gcc is brokenfaust32003-09-211-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10922 b3059339-0415-0410-9bf9-f77b7e298cf2
* ev56 doesnt support mviattila2003-09-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10900 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch by Andrew A. Gill <superluser@frontiernet.net>:pl2003-09-211-10/+11
| | | | | | | | "patch for ev4, ev5, and ev56 with GCC-3: there's no MVI in DEC Alpha processors prior to the pca56" git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10897 b3059339-0415-0410-9bf9-f77b7e298cf2
* make vo_gl2 compile on cygwin, toofaust32003-09-191-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10884 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_gl2 port to win32 patch by Tristan Seligmann <mithrandi-mplayer-dev-eng ↵faust32003-09-191-2/+13
| | | | | | at mithrandi.za.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10881 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for the faad2 compilation test which needs config.h to be present. Patch ↵mosu2003-09-121-0/+11
| | | | | | by Bernd Ernesti <mplayer@lists.veego.de>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10863 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch by Guido Guenther <agx@sigxcpu.org>:pl2003-09-121-1/+1
| | | | | | | "detects the ppc 7455 CPU and treats it as 7450" git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10857 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cleanup of faad detection and a new test if gcc can compile the internal ↵mosu2003-09-081-28/+35
| | | | | | faad. Patch by Arpi. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10843 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add libogg if Theora is wanted (might be missing if Tremor is used instead ↵mosu2003-09-071-1/+1
| | | | | | of Vorbis). Patch by Götz Waschk <waschk@informatik.uni-rostock.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10838 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l typo found by Dima K. <dimakar@yahoo.com>alex2003-09-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10837 b3059339-0415-0410-9bf9-f77b7e298cf2
* external faad support via --enable-externalfaad and fix my 1000l bugalex2003-09-071-17/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10836 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable faad with gcc 3.2alex2003-09-051-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10821 b3059339-0415-0410-9bf9-f77b7e298cf2
* solaris sed (and probably others) fix for faad detection by Michael Gernoth ↵alex2003-09-051-2/+2
| | | | | | <simigern@stud.uni-erlangen.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10820 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed detection of vsscanf for newer gcc versions (3.3.1 etc). Patch by Dima ↵mosu2003-09-021-1/+1
| | | | | | K. <dimakar@yahoo.com>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10794 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed smbclient (added probbing if we need -lnsl-ldl ) & lirc detection ↵lumag2003-09-011-3/+12
| | | | | | (/dev/lirc may be a directory, so right device is /dev/lirc/0) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10776 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling fixesdiego2003-08-311-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10768 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_fbdev2 written by Joey Parrish with some minor modificationsalex2003-08-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10764 b3059339-0415-0410-9bf9-f77b7e298cf2
* use internal (included) libfaad2arpi2003-08-301-12/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10727 b3059339-0415-0410-9bf9-f77b7e298cf2
* TGA image output VO modulearpi2003-08-241-1/+17
| | | | | | | patch by Daniele Forghieri ( guru@digitalfantasy.it ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10690 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reworked the CPU optimization detection code, now it works nice for non-x86 ↵alex2003-08-181-73/+77
| | | | | | platforms aswell (tested on Alpha, PPC, x86) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10663 b3059339-0415-0410-9bf9-f77b7e298cf2
* Theora-CVS update patch by Martin Drab <drab@kepler.fjfi.cvut.cz>alex2003-08-181-3/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10659 b3059339-0415-0410-9bf9-f77b7e298cf2
* --dvbincdir support by Gotz Waschk <waschk@informatik.uni-rostock.de>alex2003-08-171-5/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10652 b3059339-0415-0410-9bf9-f77b7e298cf2
* ftp support. The change on connect2Server is needed bcs we need 2albeu2003-08-151-0/+17
| | | | | | | different level of verbosity for control and data connections. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10626 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed the historic cfgparser and switched full to the new config parser ↵alex2003-08-131-17/+0
| | | | | | (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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10595 b3059339-0415-0410-9bf9-f77b7e298cf2
* added live.com to (no)inputmodulesalex2003-08-121-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10590 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added DR support to vo_fbdev,joey2003-08-121-9/+0
| | | | | | | time to remove fbdev=nocopy from configure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10587 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplified/fixed altivec/altivec.h detection on Linux and Darwin (and ↵alex2003-08-111-1/+5
| | | | | | others). Patch by Magnus Damm <damm@opensource.se> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10573 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdvdread-cvs support, patch by Steven M. Schultz <sms@2BSD.COM>alex2003-08-101-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10557 b3059339-0415-0410-9bf9-f77b7e298cf2
* OSD menu should not be confused with DVD menus.diego2003-08-091-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10550 b3059339-0415-0410-9bf9-f77b7e298cf2
* v4l2 supporthenry2003-08-071-0/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10538 b3059339-0415-0410-9bf9-f77b7e298cf2
* (nonworking) dvdnav commented out as discussed on dev-eng.diego2003-08-061-63/+57
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10536 b3059339-0415-0410-9bf9-f77b7e298cf2
* _win32libdir (not _libdir/win32) should be searched after other locations.diego2003-08-051-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10532 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning for users who insist on trying to enable dvdnavrfelker2003-08-041-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10520 b3059339-0415-0410-9bf9-f77b7e298cf2
* gcc2.95.x has no support for mvi instructionsalex2003-07-271-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10489 b3059339-0415-0410-9bf9-f77b7e298cf2
* xvmc fixes - check for xv presence and fix libs orderiive2003-07-261-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10475 b3059339-0415-0410-9bf9-f77b7e298cf2
* detect Real codecs fix (with only win32 DLL)nexus2003-07-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10471 b3059339-0415-0410-9bf9-f77b7e298cf2
* MinGW support in mpdvdkitdiego2003-07-191-2/+2
| | | | | | | patch by Sascha Sommer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10444 b3059339-0415-0410-9bf9-f77b7e298cf2
* Necessary changes for the upcoming libebml/libmatroska 0.5.0. Implemented ↵mosu2003-07-111-15/+19
| | | | | | support for RealAudio and RealVideo inside Matroska. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10411 b3059339-0415-0410-9bf9-f77b7e298cf2
* full-featured gcc ppc optimization (601,603,604,740,750,745,755,7400,7410,7450)alex2003-07-071-0/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10392 b3059339-0415-0410-9bf9-f77b7e298cf2
* reverse this nonsense that breaks configure! (ppl, please don't commitrfelker2003-07-031-8/+8
| | | | | | | | "cosmetic" fixes like this to configure script unless you have a VERY good understanding of shell scripting and know you won't break anything!) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10366 b3059339-0415-0410-9bf9-f77b7e298cf2
* automatic altivec support detection on linuxalex2003-07-011-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10358 b3059339-0415-0410-9bf9-f77b7e298cf2
* The new head and tail deprecates -1 in favour of -n 1.diego2003-06-301-8/+8
| | | | | | | Patch by Luca Barbato <lu_zero@gentoo.org>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10353 b3059339-0415-0410-9bf9-f77b7e298cf2
* proper arm configure detection (+ armv5tel support, v4l is a subset of v5tel)alex2003-06-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10329 b3059339-0415-0410-9bf9-f77b7e298cf2
* basic xvmc image supportiive2003-06-211-1/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10317 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosistency fix with backward compatibility (now lavc's arm optimisations are ↵alex2003-06-201-2/+7
| | | | | | enabled too!) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10315 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l fix by Steven M. Schultz <sms@2BSD.COM>alex2003-06-171-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10298 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000l, stupid bash/ksh/etc specific crap. PLEASE learn bourne shellrfelker2003-06-171-1/+1
| | | | | | | scripting, people! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10297 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing language suffix to DOCS/ path.diego2003-06-131-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10287 b3059339-0415-0410-9bf9-f77b7e298cf2
* Networking support under MinGW.diego2003-06-111-1/+26
| | | | | | | Patch by flo/yepyep <flodt8@yahoo.de>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10282 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make configure output codec paths more consistently.diego2003-06-111-2/+2
| | | | | | | Patch by Nilmoni Deb <ndeb@ece.cmu.edu>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10279 b3059339-0415-0410-9bf9-f77b7e298cf2
* renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, ↵arpi2003-06-091-3/+3
| | | | | | LIBDIR->MPLAYER_LIBDIR git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10273 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>:arpi2003-06-091-0/+27
| | | | | | | | | | | Check for altivec.h and set HAVE_ALTIVEC_H This is required for the new libmpeg2 files and for the updated ffmpeg code make sure ARCH_POWERPC gets set (I choosed this instead of mpeg2_internal) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10267 b3059339-0415-0410-9bf9-f77b7e298cf2
* enable stream cache for mingwfaust32003-06-091-7/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10266 b3059339-0415-0410-9bf9-f77b7e298cf2
* I've found some time to implement the encoding support for the newarpi2003-06-061-1/+1
| | | | | | | | | | | | DivX API. Now it's possible to play and encode movies with the latest DivX release. One thing that doesn't work is the new Video Buffer Verifier (VBV) multipass encoding. The encoder segfaults. Maybe it just isn't supported with the standard profile of the released binary encoder. Andreas Hess <jaska@gmx.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10253 b3059339-0415-0410-9bf9-f77b7e298cf2
* lirccd support by Fredrik Tolf <fredrik@dolda2000.cjb.net>alex2003-05-301-0/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10216 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplification and clarificationalex2003-05-301-18/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10215 b3059339-0415-0410-9bf9-f77b7e298cf2
* esd:server and esd latency support by Andrew Williams ↵alex2003-05-301-2/+12
| | | | | | <andrew.s.williams@adelaide.edu.au> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10214 b3059339-0415-0410-9bf9-f77b7e298cf2
* Renamed --enable-qtx-codecs to --enable-qtx for consistency reasons.diego2003-05-291-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10201 b3059339-0415-0410-9bf9-f77b7e298cf2
* K6-2+ and K6-III+ detectiondiego2003-05-251-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10180 b3059339-0415-0410-9bf9-f77b7e298cf2
* do it the standard way (tm)alex2003-05-231-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10160 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make configure run even on non POSIX compliant shells (Solaris).diego2003-05-231-1/+1
| | | | | | | Patch by Götz Waschk <waschk@informatik.uni-rostock.de>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10158 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cygwin and MinGW should use default codecs directories, --with-codecsdir isdiego2003-05-221-10/+0
| | | | | | | available for setting it differently. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10156 b3059339-0415-0410-9bf9-f77b7e298cf2
* One / too many, noticed by Andreas Hess <jaska@gmx.net>.diego2003-05-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10154 b3059339-0415-0410-9bf9-f77b7e298cf2
* Native MacOSX audio output by Dan Christiansen <danchr@daimi.au.dk>alex2003-05-211-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10148 b3059339-0415-0410-9bf9-f77b7e298cf2
* mingw support, bug noticed by yepyep on irc.freenode.netalex2003-05-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10147 b3059339-0415-0410-9bf9-f77b7e298cf2
* --with-codecsdir option by Diego Biurrunalex2003-05-181-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10129 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changed the STREAMING defines to MPLAYER_NETWORK to avoid name definition clash.bertrand2003-05-171-22/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10122 b3059339-0415-0410-9bf9-f77b7e298cf2
* change real codecs dir priority as discussed with al3x, hopefully the syntax ↵atmos42003-05-121-5/+4
| | | | | | is korn shell compatible, please test! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10104 b3059339-0415-0410-9bf9-f77b7e298cf2
* change logic for detecting real codecs dir (loop in to prefer RealPlayer 9 ↵atmos42003-05-121-2/+3
| | | | | | | | | | codecs over RealPlayer 8 codecs) and add another codecs location as used by RealPlayer9 on gentoo. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10101 b3059339-0415-0410-9bf9-f77b7e298cf2
* last cygwin/mingw32 binary codecs support (win32codecs + real) patch by ↵alex2003-05-111-8/+20
| | | | | | Sascha Sommer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10098 b3059339-0415-0410-9bf9-f77b7e298cf2
* New option: using /codecs for all the binary dlls, initial patch by Diego ↵alex2003-05-111-8/+6
| | | | | | Biurrun after discussion on -dev-eng git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10097 b3059339-0415-0410-9bf9-f77b7e298cf2
* Theora demuxer/codec support, patch by David Kuehling <dvdkhlng@gmx.de>arpi2003-05-111-0/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10096 b3059339-0415-0410-9bf9-f77b7e298cf2
* Try to detect Matroska paths if autodetection is wanted AND if it is forced ↵mosu2003-05-031-1/+1
| | | | | | to "yes". git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10059 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000l to the author and for the commiter (me :)alex2003-05-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10048 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added Matroska demuxing support.mosu2003-04-301-0/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10025 b3059339-0415-0410-9bf9-f77b7e298cf2
* added faad2 to (no)codecmodules, patch by Sylvain Petreolle ↵alex2003-04-281-0/+2
| | | | | | <spetreolle@yahoo.fr> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10011 b3059339-0415-0410-9bf9-f77b7e298cf2
* darwin ldd support patch by Steven M. Schultz <sms@2BSD.COM>alex2003-04-241-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9981 b3059339-0415-0410-9bf9-f77b7e298cf2