summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* enable Albeu's config code bu default (it's time to test it :))arpi2002-12-061-2/+2
| | | | | | | report any problems ASAP! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8386 b3059339-0415-0410-9bf9-f77b7e298cf2
* enabled QTX codecs by default - time to get it tested by users :)arpi2002-12-051-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8374 b3059339-0415-0410-9bf9-f77b7e298cf2
* qtx = codecjaf2002-12-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8371 b3059339-0415-0410-9bf9-f77b7e298cf2
* optional (compile-time switch) subtitles-sorting featurearpi2002-12-051-0/+16
| | | | | | | patch by Salvatore Falco <sfalco@studenti.ing.uniroma1.it> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8363 b3059339-0415-0410-9bf9-f77b7e298cf2
* a little (my first!) patch to add some info about MPlayer on Irix 6.5 toarpi2002-12-041-1/+15
| | | | | | | | | | documentation.html and some changes to the configure script + Makefile to support optional different "install" location and change ranlib to ar when Irix is detected. Steffen Boelaars <mplayer.development@graphicscave.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8354 b3059339-0415-0410-9bf9-f77b7e298cf2
* Darwin support in libmpdvdkit2arpi2002-12-041-1/+7
| | | | | | | patch by Tomas Hurka <tom@hukatronic.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8346 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add Tremor (an integer-only Vorbis decoder) support.rguyom2002-12-041-1/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8343 b3059339-0415-0410-9bf9-f77b7e298cf2
* DMO supportarpi2002-11-261-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8296 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a new test for "scandir()" and friends.jkeil2002-11-261-0/+17
| | | | | | | | scandir() is used in the new menu code; and we must include our own implemenation for solaris (and maybe other platforms as well). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8290 b3059339-0415-0410-9bf9-f77b7e298cf2
* reversing my patch to check for -Wall support & use it if available ↵rathann2002-11-251-15/+2
| | | | | | (requested by A'rpi) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8274 b3059339-0415-0410-9bf9-f77b7e298cf2
* check for -Wall support & use it if available patch by (Dominik Mierzejewski ↵michael2002-11-231-2/+15
| | | | | | | | | <dominik at rangers dot eu dot org>) arpi, feel free to reverse if u dont like -Wall git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8256 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD fixnexus2002-11-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8251 b3059339-0415-0410-9bf9-f77b7e298cf2
* Finally add the correct compile flags for SDL under cygwin automatically.diego2002-11-181-3/+12
| | | | | | | Patch by Sycotic Smith <sycotic@linuxmail.org> and me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8229 b3059339-0415-0410-9bf9-f77b7e298cf2
* Consistently name the streaming option streaming instead of mixing networkdiego2002-11-161-2/+2
| | | | | | | and streaming. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8215 b3059339-0415-0410-9bf9-f77b7e298cf2
* nice to see ;-)jaf2002-11-161-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8213 b3059339-0415-0410-9bf9-f77b7e298cf2
* Here is a patch to enable qtx-codecs from ./configure --enable-qtx-codecs.arpi2002-11-161-0/+17
| | | | | | | Sycotic Smith <sycotic@linuxmail.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8205 b3059339-0415-0410-9bf9-f77b7e298cf2
* configure has problems detecting the latest ffmpeg libavcodec.so. The MBRarpi2002-11-161-1/+0
| | | | | | | | and MBC defines are now removed from the header. patch by Alexander.Gottwald@s1999.tu-chemnitz.de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8202 b3059339-0415-0410-9bf9-f77b7e298cf2
* Experimantal OSD menualbeu2002-11-141-0/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8199 b3059339-0415-0410-9bf9-f77b7e298cf2
* New config system + cleanup of header inter dependencyalbeu2002-11-121-0/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8165 b3059339-0415-0410-9bf9-f77b7e298cf2
* added DYNAMIC_PLUGINS support (dlopen)alex2002-11-111-0/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8154 b3059339-0415-0410-9bf9-f77b7e298cf2
* config option for Altivec (G4)henry2002-11-111-2/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8147 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid using stale parameters for compilation if an error ocurred in configurepl2002-11-111-1/+1
| | | | | | | (think of ./configure <...> && make) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8144 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fixjaf2002-11-091-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8136 b3059339-0415-0410-9bf9-f77b7e298cf2
* make MPlayer link on QNXgabucino2002-11-071-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8130 b3059339-0415-0410-9bf9-f77b7e298cf2
* check for lrintf to avoid trouble compiling lavc!rfelker2002-11-051-0/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8112 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lmichael2002-11-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8046 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing shared ppmichael2002-11-021-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8045 b3059339-0415-0410-9bf9-f77b7e298cf2
* put USE_ #defines for libmpeg2, liba52, mp3lib and svq1 codecsarpi2002-11-011-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8026 b3059339-0415-0410-9bf9-f77b7e298cf2
* I ported mplayer to the GNU system (also known as GNU/Hurd),arpi2002-11-011-2/+3
| | | | | | | | it was just a matter of adding it to the makefiles and other misc fix. Patch by Robert Millan <zeratul2@wanadoo.es> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8017 b3059339-0415-0410-9bf9-f77b7e298cf2
* Here's a new vo plugin that uses DirectFB. It's meant for Matrox G400arpi2002-10-311-0/+5
| | | | | | | | | | cards and TV out. It's works like DVDMax in Windows. Instructions on how to make it work are at: http://www.sci.fi/~syrjala/directfb/readme.txt patch by Ville Syrjälä <syrjala@sci.fi> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8014 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't use soundcard.h on non-linux if no OSS supportarpi2002-10-291-1/+7
| | | | | | | (based on idea & bugreport by Björn Sandell <biorn@dce.chalmers.se>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7968 b3059339-0415-0410-9bf9-f77b7e298cf2
* Alex's 10l - fixed liblzo linkingarpi2002-10-291-1/+1
| | | | | | | patch by Roberto Togni <r_togni@libero.it> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7966 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleaned up liblzo detect and namingalex2002-10-291-20/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7960 b3059339-0415-0410-9bf9-f77b7e298cf2
* postprocessing cleanup:michael2002-10-281-0/+15
| | | | | | | | | | | | | | | remove opendivx #ifdefs remove rk1 filter remove unused / obsolete stuff add -1,4,2,4,-1 deinterlacing filter (ffmpeg uses that) threadsafe / no more non-const globals some optimizations different strides for Y,U,V possible remove ebx usage (someone really should fix gcc, this is really lame) change the dering filter slightly (tell me if its worse for any files) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7947 b3059339-0415-0410-9bf9-f77b7e298cf2
* add ao_win32faust32002-10-251-3/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7916 b3059339-0415-0410-9bf9-f77b7e298cf2
* on solaris x86, set set default for vidix to 'disabled' (does yet not compile)jkeil2002-10-241-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7897 b3059339-0415-0410-9bf9-f77b7e298cf2
* gcc 2.95.3-10 (cygwin) is detected as bad, which it shouldn't.diego2002-10-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7887 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10ljaf2002-10-231-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7879 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics - reordered config.mak linesarpi2002-10-231-5/+5
| | | | | | | | moved libdv from decore_libs to vorbis_libs - both places are wrong, but it's better with vorbis as both are combined demuxer+codec libs git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7862 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo: libcore.a is now called libxvidcore.adiego2002-10-211-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7820 b3059339-0415-0410-9bf9-f77b7e298cf2
* add FreeBSD default pathnexus2002-10-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7816 b3059339-0415-0410-9bf9-f77b7e298cf2
* liblzo realtime video codec support (decoding only)arpi2002-10-131-0/+31
| | | | | | | patch by Tilmann Bitterberg <transcode@tibit.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7730 b3059339-0415-0410-9bf9-f77b7e298cf2
* i18n should not affect --languagearpi2002-10-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7630 b3059339-0415-0410-9bf9-f77b7e298cf2
* This patch hopefully fixes colorkeying and a segfault in exclusive modearpi2002-10-061-1/+1
| | | | | | | Sascha Sommer <saschasommer@freenet.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7625 b3059339-0415-0410-9bf9-f77b7e298cf2
* adds "libdv" to the "input modules" list in "configure", andarpi2002-10-041-1/+3
| | | | | | | | takes out the note about "for mencoder" since it's actually for both. :) patch by Kees Cook <mplayer@outflux.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7594 b3059339-0415-0410-9bf9-f77b7e298cf2
* change i18n to autodetectpontscho2002-10-021-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7580 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed order of libs to match the dependency (required for static linking)arpi2002-10-011-11/+11
| | | | | | | patch by Sidik Isani <lksi@cfht.hawaii.edu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7578 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vo directx driver by Sascha Sommer <saschasommer@freenet.de>arpi2002-09-281-0/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7537 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added -lm for libcdparanoia (for the sin & cos symbol).bertrand2002-09-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7511 b3059339-0415-0410-9bf9-f77b7e298cf2
* put some comemnts into teh generated help_mp.h filearpi2002-09-221-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7486 b3059339-0415-0410-9bf9-f77b7e298cf2
* help*.h files moved to help/ subdirarpi2002-09-221-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7485 b3059339-0415-0410-9bf9-f77b7e298cf2
* Automatic unrar of vobsub. Does not work with rar v3kmkaplan2002-09-201-0/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7447 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable the LIVE lib only if the network layer (STREAMING) is enable.bertrand2002-09-171-3/+2
| | | | | | | | Fixed the bug where if streaming disable and live enable, the live config test will reenable the network layer. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7430 b3059339-0415-0410-9bf9-f77b7e298cf2
* hpux DVD support fixes by Martin Gansser <mgansser@ngi.de>arpi2002-09-161-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7424 b3059339-0415-0410-9bf9-f77b7e298cf2
* WORDSIZE detection by Björn Sandell <biorn@dce.chalmers.se>arpi2002-09-161-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7421 b3059339-0415-0410-9bf9-f77b7e298cf2
* hpux scsi dvd support by Martin Gansser <mgansser@ngi.de>alex2002-09-131-0/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7392 b3059339-0415-0410-9bf9-f77b7e298cf2
* - reorder of help, new section: Codecs, cosmetics/descriptions extendedarpi2002-09-091-45/+43
| | | | | | | - accept freetype 2.0.9 too git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7337 b3059339-0415-0410-9bf9-f77b7e298cf2
* When we're compiling/running on a kernel without sse/sse2 support, we havejkeil2002-09-091-4/+15
| | | | | | | | | | | | | to be careful when using gcc-3.x. gcc-3.x is able to emit sse/sse2 instructions for normal C code when we compile for maximum performance with something like the -march=athlon-xp switch. So, if the kernel does not support the sse/sse2 instruction set extension, we have to tell gcc-3.x to not emit see/sse2 instructions for regular C code, otherwise mplayer might crash with a SIGILL signal. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7336 b3059339-0415-0410-9bf9-f77b7e298cf2
* extensible blinkenlights driver, can currently be used for the Arcade ↵rik2002-09-081-0/+16
| | | | | | http://www.blinkenlights.de/arcade git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7327 b3059339-0415-0410-9bf9-f77b7e298cf2
* x11 include patch for hpux 11.00 by Martin Gansser <mgansser@ngi.de>alex2002-09-071-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7312 b3059339-0415-0410-9bf9-f77b7e298cf2
* cyrix mtrr detectatmos42002-09-051-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7279 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applied patch for OpenBDS from Marc Espie (submitted by Björn Sandell ↵bertrand2002-09-041-0/+1
| | | | | | <biorn@dce.chalmers.se>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7270 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable dvdkit on solarisjkeil2002-09-031-4/+4
| | | | | | | | | | | | | solaris has iconv() in libc.so, a separate libiconv.so library does not exist. Only add a -liconv library when we were succesful compiling a test program with the -liconv option. --enable-debug does not work on solaris, because test "-g" in configure script fails with a test error message "test: argument expected". Use string comparision to test for a non empty $_debug / $_profile git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7255 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l - RANLIB added to fix libavcodec compilationarpi2002-09-021-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7247 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow to specify freetype-config and restrict to freetype 2.1.x+atmos42002-09-021-10/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7245 b3059339-0415-0410-9bf9-f77b7e298cf2
* better freetype detectionarpi2002-09-011-1/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7240 b3059339-0415-0410-9bf9-f77b7e298cf2
* ability to override MANDIR, BINDIRarpi2002-09-011-0/+14
| | | | | | | | patch by Dominik Mierzejewski <dominik@rangers.eu.org> modified to remain compatible with previous solution (ie mandir=prefix/man) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7222 b3059339-0415-0410-9bf9-f77b7e298cf2
* generalized iconv detectionatmos42002-08-311-5/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7184 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed faad detection. without this it detects my older version of the ↵alex2002-08-301-1/+1
| | | | | | library witch isn't compatible with current ad_faad.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7163 b3059339-0415-0410-9bf9-f77b7e298cf2
* use dir/libname.a instead of -Ldir -lnamearpi2002-08-291-7/+7
| | | | | | | | | partially done by "Steven M. Schultz" <sms@2BSD.COM> Note: some entries (libmpdvdkit, libdha) left unchanged as they may be dynamic and not shipped with mplayer. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7149 b3059339-0415-0410-9bf9-f77b7e298cf2
* inet_aton fallback support by Joey Parrish <joey@yunamusic.com>bertrand2002-08-291-2/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7136 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD iconv change/fixnexus2002-08-281-9/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7129 b3059339-0415-0410-9bf9-f77b7e298cf2
* freetype 2.0/2.1+ support - disabled by default until bugs fixedarpi2002-08-281-2/+39
| | | | | | | patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7123 b3059339-0415-0410-9bf9-f77b7e298cf2
* final (?) libvo2 cleanup patch by Joey Parrishalex2002-08-281-21/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7113 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed old input codealex2002-08-281-25/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7112 b3059