summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Fixes WIN32_PATH on OpenBSD and possibly others (seems to be ok with linux too).atmos42001-08-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1453 b3059339-0415-0410-9bf9-f77b7e298cf2
* Start OpenBSD support and fix detection of older GNU as.atmos42001-08-061-8/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1452 b3059339-0415-0410-9bf9-f77b7e298cf2
* Solaris' and *BSD's sed does not like the "i" flag in the substitute command.jkeil2001-08-061-1/+1
| | | | | | | Match case-independant strings using explicit regexps. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1451 b3059339-0415-0410-9bf9-f77b7e298cf2
* ehh. duplicated GL check removed... drinkin' 10l...arpi2001-08-061-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1446 b3059339-0415-0410-9bf9-f77b7e298cf2
* more paranoia -> check for DEC_OPT_FRAME_311arpi2001-08-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1445 b3059339-0415-0410-9bf9-f77b7e298cf2
* better divx4 detection, --disable-divx4arpi2001-08-061-3/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1444 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make cygwin define WIN32 for compatibility with mingw and visualc, ...atmos42001-08-051-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1442 b3059339-0415-0410-9bf9-f77b7e298cf2
* define USE_MMX_IDCT for libavcodecarpi2001-08-031-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1439 b3059339-0415-0410-9bf9-f77b7e298cf2
* Pre commit so I won't have to sync with later configure changes (cygwin stuff)atmos42001-08-031-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1437 b3059339-0415-0410-9bf9-f77b7e298cf2
* largefile patch by Stephen Davies <steve@daviesfam.org>arpi2001-07-311-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1429 b3059339-0415-0410-9bf9-f77b7e298cf2
* divx4linux autodetectionarpi2001-07-311-8/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1428 b3059339-0415-0410-9bf9-f77b7e298cf2
* sdl-config fixed - again =) huje atmosatmos42001-07-301-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1426 b3059339-0415-0410-9bf9-f77b7e298cf2
* Solaris /bin/sh does not like the extra ; in a "for var do ... done" loopjkeil2001-07-301-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1425 b3059339-0415-0410-9bf9-f77b7e298cf2
* libvo2 supportarpi2001-07-301-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1423 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed override of --with-sdl-config.atmos42001-07-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1420 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed check for mmx2 extensions.atmos42001-07-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1414 b3059339-0415-0410-9bf9-f77b7e298cf2
* Display detected OS and arch.atmos42001-07-291-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1413 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added checking for x86 cpu extensions using test-programs.atmos42001-07-281-0/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1405 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed portability issue in StrongARM patch.atmos42001-07-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1400 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added StrongARM crosscompiling support by Maksim Krasnyanskiy <maxk at ↵atmos42001-07-281-91/+117
| | | | | | qualcomm.com> and fixed a --datadir bug in configure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1396 b3059339-0415-0410-9bf9-f77b7e298cf2
* Detect gcc 3.0.xatmos42001-07-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1389 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applied patch by pl <p_l@tfz.net> (help switch anywhere).atmos42001-07-241-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1385 b3059339-0415-0410-9bf9-f77b7e298cf2
* added #define CONFIG_DECODERS to support latest ffmpeg CVSarpi2001-07-231-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1384 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applied DATADIR patch by Vladimir Kushnirarpi2001-07-201-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1354 b3059339-0415-0410-9bf9-f77b7e298cf2
* DivX4Linux supportarpi2001-07-191-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1350 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove "sdl-config: not found" error message during configure, when the systemjkeil2001-07-191-2/+5
| | | | | | | | | | | | | has no SDL installed. Grab nanosleep from libposix4 on solaris (instead of librt), works on old solaris versions, too. Autodetect XDPMS: provide a "#define HAVE_XDPMS", so that C code can leave out DPMS stuff when DPMS is not available on the target platform. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1345 b3059339-0415-0410-9bf9-f77b7e298cf2
* Detect cpu architecture for a few more linux variants (linux/sparc, linux/ppc,jkeil2001-07-161-1/+16
| | | | | | | | | | linux/alpha) Try to find out cpu architecture for OpenBSD/x86 (of cause someone still needs to port the code to openbsd...) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1336 b3059339-0415-0410-9bf9-f77b7e298cf2
* kernel 2.2.x + SSE warning message extendedarpi2001-07-161-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1330 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed unused DEFAULT_MPG123 stuffarpi2001-07-161-16/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1326 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix typo in shell variable name usagejkeil2001-07-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1325 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some minor comment fixes.jkeil2001-07-141-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1324 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disable 3dnow when mmx is disabled.atmos42001-07-131-3/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1317 b3059339-0415-0410-9bf9-f77b7e298cf2
* Handle linux SMP machines (suggested by Martin Aumueller)jkeil2001-07-131-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1315 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix sys/mman.h header test for netbsd (may work no freebsd, too)jkeil2001-07-121-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1311 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add some preliminary support for non-x86 architectures to mplayerjkeil2001-07-121-192/+354
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1310 b3059339-0415-0410-9bf9-f77b7e298cf2
* use -f test for file existance checkjkeil2001-07-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1285 b3059339-0415-0410-9bf9-f77b7e298cf2
* ffmpeg supportarpi2001-07-061-2/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1280 b3059339-0415-0410-9bf9-f77b7e298cf2
* rework autodetection of assembler used by gcc, the correct assembler is detectedjkeil2001-07-041-5/+19
| | | | | | | | now, in case the user has specified a certain version of the compiler with the "-cc=..." option. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1273 b3059339-0415-0410-9bf9-f77b7e298cf2
* not found -> no (to be consistent)arpi2001-07-031-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1265 b3059339-0415-0410-9bf9-f77b7e298cf2
* - Ask 'gcc' for the name of the assembler binary used by the gcc compiler; usejkeil2001-07-031-2/+19
| | | | | | | | | | | | that binary as the default assembler binary tested for the availability of MMX/MMXEXT/3DNOW/... instructions - On solaris, there are a few libraries missing, if you compile MPlayer without SDL (with SDL, we pick up these libraries from "sdl-config --libs") Typical problem is a missing nanosleep() from the -lrt library. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1262 b3059339-0415-0410-9bf9-f77b7e298cf2
* Portability and old binutils supportnick2001-07-031-95/+57
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1259 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed gcc checking for 2.95 subrevisions (like 2.95.2.1).atmos42001-06-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1244 b3059339-0415-0410-9bf9-f77b7e298cf2
* fsdga disabled (obsolote)arpi2001-06-261-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1236 b3059339-0415-0410-9bf9-f77b7e298cf2
* OPTFLAGS vs. INCLUDES cleanuparpi2001-06-261-7/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1235 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applied solaris fix suggested by Jürgen Keil.atmos42001-06-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1221 b3059339-0415-0410-9bf9-f77b7e298cf2
* freebsd fixarpi_esp2001-06-211-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1183 b3059339-0415-0410-9bf9-f77b7e298cf2
* --disable-xmga and alsa detection bug fixpontscho2001-06-211-18/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1179 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD patch by Vladimir Kushnir <vkushnir@Alfacom.net>arpi_esp2001-06-211-10/+85
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1178 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changing optimization level for athlon to pentiumpro from k6 if gcc doesn't ↵nickols_k2001-06-161-1/+1
| | | | | | support -march=athlon. Please test it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1137 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added GGI autodetect, fixed --enable-debug=* for solaris n stuff.atmosfear2001-06-151-3/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1134 b3059339-0415-0410-9bf9-f77b7e298cf2
* Funnier configure messages ;)atmosfear2001-06-131-12/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1121 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo.atmosfear2001-06-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1120 b3059339-0415-0410-9bf9-f77b7e298cf2
* alsa9 comment removedal3x2001-06-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1115 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed sdl detect on systems without sdl installed.atmosfear2001-06-111-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1104 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed make dep notice.atmosfear2001-06-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1103 b3059339-0415-0410-9bf9-f77b7e298cf2
* For future development - the most warnings are enabled for --debug or --profilenickols_k2001-06-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1070 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed --enable-debug=*atmosfear2001-06-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1066 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed --disable-as-checking, added --enable-streamingarpi_esp2001-06-081-6/+45
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1058 b3059339-0415-0410-9bf9-f77b7e298cf2
* Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>arpi_esp2001-06-061-4/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1043 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de>arpi_esp2001-06-051-59/+140
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1039 b3059339-0415-0410-9bf9-f77b7e298cf2
* the last fix for day from me.;)pontscho2001-06-051-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1035 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix -lasound -lesd.pontscho2001-06-051-12/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1034 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix notfound bug. asszem.pontscho2001-06-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1032 b3059339-0415-0410-9bf9-f77b7e298cf2
* add and disable esd detection support ;)pontscho2001-06-051-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1031 b3059339-0415-0410-9bf9-f77b7e298cf2
* add and disable esd detection support ;)pontscho2001-06-051-22/+45
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1030 b3059339-0415-0410-9bf9-f77b7e298cf2
* Kernel version checking improvementsnickols_k2001-06-051-5/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1026 b3059339-0415-0410-9bf9-f77b7e298cf2
* Kernel version checkingnickols_k2001-06-051-4/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1025 b3059339-0415-0410-9bf9-f77b7e298cf2
* some more information during as checkingnickols_k2001-06-051-11/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1024 b3059339-0415-0410-9bf9-f77b7e298cf2
* Arghhhh, again ...lgb2001-06-051-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1022 b3059339-0415-0410-9bf9-f77b7e298cf2
* Solaris 8 support - patch by Marcus Comstedt <marcus@idonex.se>arpi_esp2001-06-051-21/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1021 b3059339-0415-0410-9bf9-f77b7e298cf2
* PLEASE WRITE TEMP FILES INTO /tmplgb2001-06-051-11/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1020 b3059339-0415-0410-9bf9-f77b7e298cf2
* various changes, second filds test disabled, alsa tests fixedarpi_esp2001-06-041-12/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1013 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixing ./configure, please LEARN writing shell scripts before committing ...lgb2001-06-041-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1012 b3059339-0415-0410-9bf9-f77b7e298cf2
* add HAVE_ALSA5 var. Sorry :(pontscho2001-06-041-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1009 b3059339-0415-0410-9bf9-f77b7e298cf2
* prefix add to config.hpontscho2001-06-041-0/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1005 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changed to detect sdl in non-standard location, as suggested by Martin ↵atmosfear2001-06-041-5/+11
| | | | | | Aumueller <lists@reserv.at>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@993 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed gcc version detect.atmosfear2001-06-041-11/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@991 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable to avoid checking version of gcc. New tests of asnickols_k2001-06-041-0/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@989 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hard checking versions of gcc and asnickols_k2001-06-041-3/+52
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@988 b3059339-0415-0410-9bf9-f77b7e298cf2
* Updates for sdl audio out.atmosfear2001-06-031-1/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@966 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD support by Vladimir Kushnir vkushnir@Alfacom.netarpi_esp2001-06-031-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@959 b3059339-0415-0410-9bf9-f77b7e298cf2
* FAST_OSD option to disable font outline antialiasingarpi_esp2001-06-021-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@948 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for --prefix optionlgb2001-05-301-0/+11
| | | | git-svn-id: svn://svn