summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* - look for alternative locations of cdparanoia includes (in redhat this is ↵filon2003-02-081-1/+9
| | | | | | /usr/include/cdda) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9355 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add missing entry for NAS in --helpfilon2003-02-081-1/+2
| | | | | | | | | - change order of looking for X11 includes, /usr/include almost alway will be the bad choice. often /usr/include/X11 is linked to /usr/X11R6/include/X11 so looking for NAS headers will fail (for example in RedHat) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9354 b3059339-0415-0410-9bf9-f77b7e298cf2
* -lm needed for svgalibgabucino2003-02-081-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9344 b3059339-0415-0410-9bf9-f77b7e298cf2
* configure options available, but not documented -> 1lfilon2003-02-081-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9338 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10larpi2003-02-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9332 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't use -lintl by default (force with --enable-i18n)arpi2003-02-071-3/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9329 b3059339-0415-0410-9bf9-f77b7e298cf2
* libfaad2 v1.0, v1.1, v1.2 detection, and API change workaround in ad_faad.carpi2003-02-071-2/+30
| | | | | | | based on patch by Andre Schulz <andre@0wnage.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9322 b3059339-0415-0410-9bf9-f77b7e298cf2
* The patch add a library detection to configure and the usage of thearpi2003-02-071-3/+11
| | | | | | | | detected libraries in Makefile. based on patch by Alexander.Gottwald@informatik.tu-chemnitz.de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9317 b3059339-0415-0410-9bf9-f77b7e298cf2
* maybe fixed mp3lame version checkarpi2003-02-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9309 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanup detection of various divx4 versions/alternativesarpi2003-02-061-37/+28
| | | | | | | | | | | | | allows mixing xvid with divx4/5linux libs basic rule: -vfm odivx/divx4 and -ovc divx4 uses divx4/5linux/opendivx if available, otherwise uses xvid (if divx4.h is available and xvid has decore()/encore() functions). based on patch by Kim Minh Kaplan <kmkaplan@selfoffice.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9301 b3059339-0415-0410-9bf9-f77b7e298cf2
* confidir's default changed a while agoattila2003-02-021-1/+1
| | | | | | | fix help output git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9219 b3059339-0415-0410-9bf9-f77b7e298cf2
* some typos and rewordingsdiego2003-01-311-18/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9185 b3059339-0415-0410-9bf9-f77b7e298cf2
* CONFIG_RISKYmichael2003-01-291-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9156 b3059339-0415-0410-9bf9-f77b7e298cf2
* typoarpi2003-01-291-1/+1
| | | | | | | patch by Jerome Mainka <mainka@antidot.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9155 b3059339-0415-0410-9bf9-f77b7e298cf2
* libgif/libungif based demuxer support for libmpdemux.arpi2003-01-281-3/+5
| | | | | | | patch by Joey Parrish <joey@nicewarrior.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9130 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed ./configure --cc="ccache gcc"arpi2003-01-261-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9101 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l to merfelker2003-01-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9067 b3059339-0415-0410-9bf9-f77b7e298cf2
* until configure can distinguish between supported and unsupportedrfelker2003-01-221-2/+2
| | | | | | | | dvdnav versions, it should be disabled by default! besides, the code is incomplete and broken. if you want it enabled commit a real fix. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9063 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1l :)arpi2003-01-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9051 b3059339-0415-0410-9bf9-f77b7e298cf2
* support runtime cpudetect on non-x86 systems tooalex2003-01-191-7/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9025 b3059339-0415-0410-9bf9-f77b7e298cf2
* This patch adds support for 4Front Technologies commercial Open Soundarpi2003-01-191-3/+15
| | | | | | | | | | | | | System (TM) driver for NetBSD and OpenBSD. Also, it stops unnecesarily pulling in the libossaudio compatibility library on NetBSD when ossaudio is disabled, as is already done on OpenBSD. (Other systems don't have a compatibility layer; they either have OSS audio in the kernel or they don't, so they wouldn't be affected.) Patch was committed to NetBSD pkgsrc by Johny C. Lam <jlam@netbsd.org>. Frederick Bruckman <fredb@immanent.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9023 b3059339-0415-0410-9bf9-f77b7e298cf2
* it *worked*, but probably wasn't what was intended, and could break ifrfelker2003-01-181-1/+1
| | | | | | | TMPLOG changed to something different... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8985 b3059339-0415-0410-9bf9-f77b7e298cf2
* libvorbisidec already includes ogg parser code; no sense in depending on ↵rfelker2003-01-131-1/+1
| | | | | | more libs git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8935 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavcodec (from ffmpeg) requires CONFIG_DARWIN to enable AltiVec on ↵arpi2003-01-091-0/+2
| | | | | | | | | Darwin/MacOSX patch by Romain Dolbeau <dolbeau@irisa.fr> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8862 b3059339-0415-0410-9bf9-f77b7e298cf2
* Yet another instance of solaris' /bin/sh not happy with the posix "!" booleanjkeil2003-01-041-2/+12
| | | | | | | | operator (``!: not found''). Added a shell utility function "not" and use that instead of operator "!". git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8781 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed dll path with --enable-win32arpi2003-01-041-10/+18
| | | | | | | bugrep by Maximo Ramos <maximo@violadores.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8778 b3059339-0415-0410-9bf9-f77b7e298cf2
* typodiego2003-01-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8762 b3059339-0415-0410-9bf9-f77b7e298cf2
* useless lines removed :)arpi2003-01-031-2/+0
| | | | | | | thx to Thanks Matthias & Steffen Barszus git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8731 b3059339-0415-0410-9bf9-f77b7e298cf2
* Win32 DLLs and OpenGL do not work on Cygwin. Automatically disable them anddiego2002-12-291-11/+14
| | | | | | | update the documentation accordingly, plus some spellchecking cosmetics. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8643 b3059339-0415-0410-9bf9-f77b7e298cf2
* --enable-freetype fix (freetype-config was not set)arpi2002-12-291-1/+1
| | | | | | | patch by Alexander.Gottwald@informatik.tu-chemnitz.de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8634 b3059339-0415-0410-9bf9-f77b7e298cf2
* langauage list at --help fixedarpi2002-12-281-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8630 b3059339-0415-0410-9bf9-f77b7e298cf2
* DVB-HEAD (aka. NEWSTRUCT) detection & supportarpi2002-12-281-2/+48
| | | | | | | patch by Dimitrios Dimitrakos <mail@dimitrios.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8595 b3059339-0415-0410-9bf9-f77b7e298cf2
* new EsounD audio driver (-ao esd)jkeil2002-12-271-0/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8573 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merged EDL 0.5 patch - it's something like Quicktime's edit lists.arpi2002-12-231-0/+17
| | | | | | | | (skip sections listed in a text file. it also supports creating them) patch by Michael Halcrow <mah69@email.byu.edu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8532 b3059339-0415-0410-9bf9-f77b7e298cf2
* XMMS Input plugin supportarpi2002-12-221-0/+46
| | | | | | | | based on patches by Balatoni Denes <pnis@coder.hu> changes by me: glib dependency removed, files merged, code simplified, some bugfixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8529 b3059339-0415-0410-9bf9-f77b7e298cf2
* Presets are an easy way, to use hard to access lame options and to givearpi2002-12-211-2/+2
| | | | | | | | | | you optimum quality at average bitrate. This patch adds presets to mencoder for libmp3lame >= 3.92. More info in the sourcecode & at http://www.mp3dev.org/mp3/doc/html/presets.html patch by eviv bulgroz <ebulgroz@yahoo.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8518 b3059339-0415-0410-9bf9-f77b7e298cf2
* Re-write the soundcard.h test, so that it does not use a "!" operator.jkeil2002-12-171-4/+5
| | | | | | | | | | This part of configure was failing on solaris, with an error message: Checking for soundcard.h ... ./configure: !: not found no git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8490 b3059339-0415-0410-9bf9-f77b7e298cf2
* 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
|