summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Don't output error when testing for JACK. Also _insist_ on a JACK versional2004-09-201-3/+3
| | | | | | | greater/equal `.3'. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13403 b3059339-0415-0410-9bf9-f77b7e298cf2
* Depend on bio2jack v0.3 as it fixes an important bug in JACK_Write() ↵faust32004-09-151-1/+1
| | | | | | function patch by ismail donmez <kde@myrealbox.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13350 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed --enable-gif bugjoey2004-09-051-0/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13252 b3059339-0415-0410-9bf9-f77b7e298cf2
* x264 encoder support. Original patch send by Bernhard Rosenkraenzer <bero at ↵iive2004-08-271-0/+37
| | | | | | arklinux dot org>, modifications by Loren Merritt <lorenm at u.washington dot edu>, Jeff Clagg <snacky at ikaruga.co dot uk> and me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13167 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove unnecessary mips check (it's obsolete anyway)rathann2004-08-261-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13149 b3059339-0415-0410-9bf9-f77b7e298cf2
* properly set linking flags for NetBSD, patch by jb13@gomerbud.comdiego2004-08-261-2/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13145 b3059339-0415-0410-9bf9-f77b7e298cf2
* Detect if the assembler supports receiving data through -pipe,diego2004-08-251-3/+8
| | | | | | | patch by Gabucino. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13138 b3059339-0415-0410-9bf9-f77b7e298cf2
* Search for X11 libs in /usr/lib as well (Digital Unix), patch by Gabucino.diego2004-08-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13137 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document how to specify multiple paths with the --with-* options,diego2004-08-251-18/+19
| | | | | | | 90% based on a patch by Torinthiel <torinthiel@megapolis.pl>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13131 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check if -liconv is needed for iconv.wight2004-08-231-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13100 b3059339-0415-0410-9bf9-f77b7e298cf2
* typortognimp2004-08-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13064 b3059339-0415-0410-9bf9-f77b7e298cf2
* portability fix taken from the NetBSD patch setdiego2004-08-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13056 b3059339-0415-0410-9bf9-f77b7e298cf2
* readability whitespace fixdiego2004-08-191-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13052 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling: big-endian and little-endiandiego2004-08-181-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13048 b3059339-0415-0410-9bf9-f77b7e298cf2
* Revised description of --with-xvmclib configure option, inspired by The ↵iive2004-08-141-1/+1
| | | | | | Wanderer's patch git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13026 b3059339-0415-0410-9bf9-f77b7e298cf2
* print matroska check resultiive2004-08-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13025 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improved SPARC CPU detection and SPARC compilation fixes.diego2004-08-141-2/+31
| | | | | | | patch by jb13@gomerbud.com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13019 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update ao_jack for new bio2jack API, improve check in configure.diego2004-08-131-1/+4
| | | | | | | Patches by Andre Kuehne and Ismail Dönmez. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13013 b3059339-0415-0410-9bf9-f77b7e298cf2
* DTS support via lavc and libdtsrtognimp2004-08-121-0/+36
| | | | | | | | Patch by Aurelien Jacobs ( aurel at gnuage dot org ) dts in wav by me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13007 b3059339-0415-0410-9bf9-f77b7e298cf2
* LIVE.COM autodetectionwight2004-08-091-8/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12974 b3059339-0415-0410-9bf9-f77b7e298cf2
* Leftover from the old Matroska demuxer detection removed.mosu2004-08-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12966 b3059339-0415-0410-9bf9-f77b7e298cf2
* language handling simplificationdiego2004-08-051-17/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12965 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed the old Matroska demuxer.mosu2004-08-041-51/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12959 b3059339-0415-0410-9bf9-f77b7e298cf2
* Preliminary Support for building MPlayer with Intel C++ compiler.atmos42004-08-021-2/+29
| | | | | | | | | | Still needs some work to use the proper optimization parameters. I haven't yet fixed the loader/dmo/dshow code so compile those dirs using make -C loader CC=gcc [...] for the meantime. To try use CC=icc ./configure with ICC 8.0 or later. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12930 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l to the author of this longstanding and obscure bug. Each languagediego2004-07-311-2/+2
| | | | | | | | should be removed only once from the list. Thanks to Chris White for pointing out that there was a problem. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12926 b3059339-0415-0410-9bf9-f77b7e298cf2
* let DirectFB find it's headers in --with-extraincdir=DIRiive2004-07-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12840 b3059339-0415-0410-9bf9-f77b7e298cf2
* VCD support does not yet work on OpenBSD.diego2004-07-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12822 b3059339-0415-0410-9bf9-f77b7e298cf2
* OpenBSD portability fixes from the OpenBSD ports treediego2004-07-121-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12802 b3059339-0415-0410-9bf9-f77b7e298cf2
* typodiego2004-07-091-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12780 b3059339-0415-0410-9bf9-f77b7e298cf2
* multi-threaded lavc patch by (Loren Merritt <lorenm at u dot washington dot ↵michael2004-07-061-0/+8
| | | | | | edu>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12761 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not add libmad to the X libraries. Patch by Evgueni V. Gavrilov ↵mosu2004-07-051-1/+1
| | | | | | <aquatique at rusunix dot org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12757 b3059339-0415-0410-9bf9-f77b7e298cf2
* mingw crosscompiling step 1faust32004-06-271-11/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12707 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix loader build on windowsfaust32004-06-261-9/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12681 b3059339-0415-0410-9bf9-f77b7e298cf2
* user nl_langinfo if langinfo support present for proper chinese support, ↵alex2004-06-261-0/+24
| | | | | | feature requested by Shixin Zheng <shixinzheng@sjtu.edu.cn> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12675 b3059339-0415-0410-9bf9-f77b7e298cf2
* silence gcc 3.4 warnings, patch by VMiklos <mamajom@axelero.hu>diego2004-06-251-15/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12667 b3059339-0415-0410-9bf9-f77b7e298cf2
* JACK audio support through bio2jack by Kamil Strzelecki <esack@o2.pl>alex2004-06-251-0/+47
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12663 b3059339-0415-0410-9bf9-f77b7e298cf2
* string handling security fixesdiego2004-06-251-0/+40
| | | | | | | | patch by Nicholas Kain, Alexander Strasser <eclipse7@gmx.net> reviewed by Pontscho, Alex, Rich git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12647 b3059339-0415-0410-9bf9-f77b7e298cf2
* darwin flags cleanup by Dan Christiansenalex2004-06-251-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12645 b3059339-0415-0410-9bf9-f77b7e298cf2
* ranlib cleanup by Dan Christiansenalex2004-06-241-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12633 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for realvideo codecs under macosx, original patch by Donnie Smith ↵alex2004-06-241-6/+26
| | | | | | (together with an altivec patch by Dan Christiansen) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12631 b3059339-0415-0410-9bf9-f77b7e298cf2
* typodiego2004-06-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12620 b3059339-0415-0410-9bf9-f77b7e298cf2
* Just a tiny fix with configure/Makefile for not usingdiego2004-06-181-0/+2
| | | | | | | "caca-config --cflags", patch by Pigeon <pigeon@pigeond.net>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12612 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make configure point to translated docswight2004-06-151-6/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12590 b3059339-0415-0410-9bf9-f77b7e298cf2
* change linking order for static build with live.com on mingwjoey2004-06-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12576 b3059339-0415-0410-9bf9-f77b7e298cf2
* freetype depends on iconvdiego2004-06-111-51/+58
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12569 b3059339-0415-0410-9bf9-f77b7e298cf2
* OpenBSD/VAX support, patch by Gabucinofaust32004-06-111-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12564 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix X11 libs detection on Cygwin.diego2004-05-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12515 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix compile with network disabledrfelker2004-05-251-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12501 b3059339-0415-0410-9bf9-f77b7e298cf2
* MinGW doesn't accept trailing /reimar2004-05-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12492 b3059339-0415-0410-9bf9-f77b7e298cf2
* changes for alsa9/alsa1.x merge, only alsa.joyping2004-05-121-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12465 b3059339-0415-0410-9bf9-f77b7e298cf2
* ENCA support (http://trific.ath.cx/software/enca/)henry2004-05-081-0/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12444 b3059339-0415-0410-9bf9-f77b7e298cf2
* clarificationdiego2004-05-071-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12437 b3059339-0415-0410-9bf9-f77b7e298cf2
* VIDIX now works on Win32, approved by Sascha.diego2004-05-041-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12421 b3059339-0415-0410-9bf9-f77b7e298cf2
* add X11 headers to OPTFLAGS patch by Steven M. Schultz <sms at 2BSD.COM>faust32004-04-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12360 b3059339-0415-0410-9bf9-f77b7e298cf2
* attribute_used macroalex2004-04-261-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12291 b3059339-0415-0410-9bf9-f77b7e298cf2
* Missing options added, one put into default order.diego2004-04-221-3/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12250 b3059339-0415-0410-9bf9-f77b7e298cf2
* QNX does not support -rdynamic.diego2004-04-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12238 b3059339-0415-0410-9bf9-f77b7e298cf2
* OS/X localtime_r multiply defined patch by ("Steven M. Schultz" <sms at 2BSD ↵michael2004-04-161-0/+16
| | | | | | dot COM>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12215 b3059339-0415-0410-9bf9-f77b7e298cf2
* Missing options added to --help output.diego2004-04-131-12/+15
| | | | | | | --help output slightly reordered, hopefully more sensible than before. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12205 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make caca detection consistent with the others using *-config, also avoidsdiego2004-04-131-1/+4
| | | | | | | an ugly error message when caca-config is not installed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12202 b3059339-0415-0410-9bf9-f77b7e298cf2
* -rdynamic is not supported on Win32. Both _xanim and _real set it, so bothdiego2004-04-131-2/+1
| | | | | | | should check for Win32. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12192 b3059339-0415-0410-9bf9-f77b7e298cf2
* -rdynamic is not supported on windowsfaust32004-04-131-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12190 b3059339-0415-0410-9bf9-f77b7e298cf2
* win32 macro added to simplify detecting both Cygwin and MinGW.diego2004-04-131-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12186 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavformat support for windowsfaust32004-04-121-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12179 b3059339-0415-0410-9bf9-f77b7e298cf2
* demux_lavfmichael2004-04-111-3/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12165 b3059339-0415-0410-9bf9-f77b7e298cf2
* altivec support under netbsd, patch by Matthew Greenalex2004-04-061-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12142 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed obsoleted defsalex2004-04-061-8/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12134 b3059339-0415-0410-9bf9-f77b7e298cf2
* libcaca video output driver by Howell Tamalex2004-04-061-0/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12130 b3059339-0415-0410-9bf9-f77b7e298cf2
* ability to disable mp3lib, liba52 and libmpeg2alex2004-04-051-3/+43
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12129 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed mpflac as ffflac is way better and ad_flac won't compile with ↵alex2004-04-051-78/+0
| | | | | | external flac git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12128 b3059339-0415-0410-9bf9-f77b7e298cf2
* Quartz/MacOSX video output module by Nicolas Plourdealex2004-04-051-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12121 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvb should be added to $_noinputmodules as well as $_inputmodules.diego2004-04-011-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12093 b3059339-0415-0410-9bf9-f77b7e298cf2
* Missing echores "no" added, duplicate variable setting removed.diego2004-03-271-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12076 b3059339-0415-0410-9bf9-f77b7e298cf2
* fseeko emulation patch by Steven M. Schultz <sms at 2bsd.com>faust32004-03-261-3/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12072 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix compilation on cygwinfaust32004-03-261-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12070 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix compilation with sdl on mingw patch by Nehal <nehalmistry at gmx.net>faust32004-03-131-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12020 b3059339-0415-0410-9bf9-f77b7e298cf2
* --disable-xmms option was missing, noticed by Enrico Weigelt.diego2004-03-051-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12012 b3059339-0415-0410-9bf9-f77b7e298cf2
* add libvo to include list for lavcalex2004-01-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11901 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplified support for libc5 systems.diego2004-01-301-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11891 b3059339-0415-0410-9bf9-f77b7e298cf2
* ppc970 support, patch by Romain Dolbeaualex2004-01-251-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11849 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100000lmichael2004-01-221-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11830 b3059339-0415-0410-9bf9-f77b7e2