summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Handle "tail" and "head" properly. If using "-1" does not work then use "-n ↵mosu2004-11-071-11/+25
| | | | | | 1". Throw away warnings in both cases. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13896 b3059339-0415-0410-9bf9-f77b7e298cf2
* recommit sascha's commit (Lennart Poettering's polyaudio stuff)rfelker2004-11-061-0/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13887 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove mac shlb support to use new helix codec for realvideo support on osxnplourde2004-11-031-23/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13861 b3059339-0415-0410-9bf9-f77b7e298cf2
* winvidix requires -lgdi32faust32004-11-021-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13852 b3059339-0415-0410-9bf9-f77b7e298cf2
* enable vcd support on all based darwin systemnplourde2004-11-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13847 b3059339-0415-0410-9bf9-f77b7e298cf2
* some people have GREP_OPTIONS set to --ignore-case what makes it a bit ↵faust32004-10-311-3/+4
| | | | | | dangerous to rely on the string MPlayer for the big endian check git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13831 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid infinite recursion patch by Bernhard Rosenkraenzer <bero@arklinux.org>faust32004-10-301-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13806 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix XVideo misdetection on OSF/1, patch by Gabucino <gabucino at mplayerhq.hu>faust32004-10-301-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13803 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow attaching gdb on crash automatically.reimar2004-10-281-0/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13795 b3059339-0415-0410-9bf9-f77b7e298cf2
* _def_enca should always be set to something! And preferrably correctly..reimar2004-10-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13747 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add --enable and --disable options for vo_pnm and vo_md5sum to configure.ivo2004-10-231-0/+41
| | | | | | | | It's now possible to compile libvo without pnm and/or md5sum support. Default is enable. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13745 b3059339-0415-0410-9bf9-f77b7e298cf2
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64aurel2004-10-211-12/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13721 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move help_mp.h generation to Makefile, so it's easier to maintain onwight2004-10-201-17/+1
| | | | | | | help/*.h changes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13704 b3059339-0415-0410-9bf9-f77b7e298cf2
* add vcd support to darwin for ppcnplourde2004-10-181-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13679 b3059339-0415-0410-9bf9-f77b7e298cf2
* added gl_common for code used by both vo_gl.c and vo_gl2.c.reimar2004-10-171-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13654 b3059339-0415-0410-9bf9-f77b7e298cf2
* -fno-PIC will not work on OSX, and it is only useful on x86 anyway.reimar2004-10-121-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13625 b3059339-0415-0410-9bf9-f77b7e298cf2
* Zeta OS support, mostly working.reimar2004-10-111-31/+86
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13613 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing --disable for mp3lib, liba52 and libmpeg2, patch by (basic (at) ↵reimar2004-10-071-2/+6
| | | | | | mozdev (dot) org), see also bug #102 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13580 b3059339-0415-0410-9bf9-f77b7e298cf2
* detect byte order even for cross-compilingfaust32004-09-261-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13479 b3059339-0415-0410-9bf9-f77b7e298cf2
* --host-cc option for crosscompilingfaust32004-09-261-0/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13478 b3059339-0415-0410-9bf9-f77b7e298cf2
* directsound audio output plugin, patch by Gabor Szecsi <deje at miki.hu> ↵faust32004-09-251-0/+4
| | | | | | some minor modifications by me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13461 b3059339-0415-0410-9bf9-f77b7e298cf2
* encoding to mp2 with libtoolamenicodvb2004-09-211-0/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13427 b3059339-0415-0410-9bf9-f77b7e298cf2
* 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
* Mi