summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* MIPS support by oliver.schoenbrunner@jku.atarpi2001-10-241-2/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2451 b3059339-0415-0410-9bf9-f77b7e298cf2
* more gcc 2.96...arpi2001-10-241-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2444 b3059339-0415-0410-9bf9-f77b7e298cf2
* gcc 2.96...arpi2001-10-241-14/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2443 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanups in --help message (easier to read I hope)pl2001-10-231-88/+101
| | | | | | | autodetection of libmad git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2436 b3059339-0415-0410-9bf9-f77b7e298cf2
* damn logic (fix did not fix completely)pl2001-10-231-3/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2428 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed --disable-win32 bugpl2001-10-231-35/+42
| | | | | | | cleanups git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2426 b3059339-0415-0410-9bf9-f77b7e298cf2
* mad audio supportarpi2001-10-231-1/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2422 b3059339-0415-0410-9bf9-f77b7e298cf2
* better FreeBSD iconv implementationnexus2001-10-221-3/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2359 b3059339-0415-0410-9bf9-f77b7e298cf2
* #undef USE_STREAM_CACHE > config.harpi2001-10-201-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2324 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdemuxer...arpi2001-10-201-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2311 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_vesa support. Should be written better.nick2001-10-171-1/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2243 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added notice about CFLAGS and added -fomit-frame-pointer to be always used.atmos42001-10-171-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2240 b3059339-0415-0410-9bf9-f77b7e298cf2
* ffmpeg postprocessarpi2001-10-161-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2229 b3059339-0415-0410-9bf9-f77b7e298cf2
* link fixedjaf2001-10-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2226 b3059339-0415-0410-9bf9-f77b7e298cf2
* "function f()" non supported by FreeBSD's /bin/shpl2001-10-131-10/+10
| | | | | | | | "if ! true" construction neither (thanks to Bohdan 'Nexus' Horst <nexus at irc.pl> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2194 b3059339-0415-0410-9bf9-f77b7e298cf2
* added functions :pl2001-10-131-309/+307
| | | | | | | | | | | | | | | | | + cc_check() replaces "$_cc" "$TMPC" -o "$TMPO" "$@" >/dev/null 2>&1 + die() replaces echo "Error blah" / flush tempfiles / exit + boolean OS macros : linux() bsd() bsdos() freebsd() openbsd() (note: bsd = bsdos || freebsd || openbsd) changed handling of directories with "for" loops (tempdir && css detection) added XXX where things need to be checked for a particular OS removed unnecessary tempfile flush modified a few if... which were not obvious to read for more readability reidented the --help message for it to be more "80-char-wide-terms" aware changed a few echo ... echo ... echo ... to cat <<EOF enabled THREAD_SAFE's flags for BSD's and Linux (-D_REENTRANT) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2191 b3059339-0415-0410-9bf9-f77b7e298cf2
* integrated new postproc codearpi2001-10-131-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2185 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix typonexus2001-10-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2175 b3059339-0415-0410-9bf9-f77b7e298cf2
* optimize iconv detection \n malloc.h useless in FreeBSDnexus2001-10-121-7/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2174 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch by "Steven M. Schultz" <sms@2BSD.COM> for BSD/OS support of iconvpl2001-10-121-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2173 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanups: [ ... ] changed to test ...pl2001-10-111-184/+183
| | | | | | | | | cleanups: [ ... -a ... ] changed to test ... && test ... cleanups: [ ... -o ... ] changed to test ... || test ... fix: added -D_THREAD_SAFE for Linux git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2172 b3059339-0415-0410-9bf9-f77b7e298cf2
* LANG=C added. idea by pl <p_l@gmx.fr>arpi2001-10-111-1/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2165 b3059339-0415-0410-9bf9-f77b7e298cf2
* I guess now xinerama works better :)atmos42001-10-101-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2153 b3059339-0415-0410-9bf9-f77b7e298cf2
* modifications to use iconv(3) function to recode text of subs (autodetect)atlka2001-10-101-0/+53
| | | | | | | added option -subcp <cpname> # for example cp1250, latin2 etc. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2152 b3059339-0415-0410-9bf9-f77b7e298cf2
* Xinerama screen size fix by Lev Babiev <harley@hosers.org>arpi2001-10-101-1/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2150 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_gl2.c addedarpi2001-10-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2126 b3059339-0415-0410-9bf9-f77b7e298cf2
* more on gcc 2.96arpi2001-10-061-1/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2112 b3059339-0415-0410-9bf9-f77b7e298cf2
* -lm added to -lGL, Sergei Golubchik <sergii@pisem.net>arpi2001-10-051-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2097 b3059339-0415-0410-9bf9-f77b7e298cf2
* compile and install fibmap_mplayer ofly if libcss is used. gmplayer link is ↵arpi2001-10-051-5/+5
| | | | | | created git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2094 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed RTFM notice.atmos42001-10-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2091 b3059339-0415-0410-9bf9-f77b7e298cf2
* BSD/OS supportarpi2001-10-051-3/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2090 b3059339-0415-0410-9bf9-f77b7e298cf2
* divx4 detection patch by Pawel Kot <pkot@linuxnews.pl>arpi2001-10-011-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2029 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo in helpatmos42001-09-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2024 b3059339-0415-0410-9bf9-f77b7e298cf2
* add gui support to config scripts, and fixed some warning.pontscho2001-09-271-19/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1992 b3059339-0415-0410-9bf9-f77b7e298cf2
* tdfxfb yuv driver by Zeljko Stevanovic <zsteva@ptt.yu>arpi2001-09-271-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1980 b3059339-0415-0410-9bf9-f77b7e298cf2
* gui fixarpi2001-09-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1934 b3059339-0415-0410-9bf9-f77b7e298cf2
* -q flag for grep does not exist for all versions of grep. Just redirect outputjkeil2001-09-181-1/+1
| | | | | | | to /dev/null git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1919 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable Alpha Code.atmos42001-09-181-10/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1909 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix broken memalign detect.atmos42001-09-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1905 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed my fuckin' debug stufflaaz2001-09-171-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1904 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added X 4.0 DPMS support for configure scriptlaaz2001-09-171-3/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1903 b3059339-0415-0410-9bf9-f77b7e298cf2
* ffmpeg compatible MEMALIGN definitionnick2001-09-131-1/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1891 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for libdvdread-0.9.0jkeil2001-09-091-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1876 b3059339-0415-0410-9bf9-f77b7e298cf2
* OggVorbis lib detection, manual language selection and some minor stuff.atmos42001-09-011-1/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1827 b3059339-0415-0410-9bf9-f77b7e298cf2
* gui infoarpi2001-08-301-1/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1768 b3059339-0415-0410-9bf9-f77b7e298cf2
* gcc 2.96 infoarpi2001-08-301-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1767 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rearranged C++ check.atmos42001-08-291-57/+59
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1741 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added C++ compiler/runtime enviroment detection and enabled ppc detection.atmos42001-08-291-10/+68
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1740 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix "echo -n" problems on solaris for the new GUI stuff.jkeil2001-08-271-9/+14
| | | | | | | Add a config.mak define for mediaLib git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1719 b3059339-0415-0410-9bf9-f77b7e298cf2
* GUI support (--enable-gui)arpi2001-08-251-3/+97
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1695 b3059339-0415-0410-9bf9-f77b7e298cf2
* Oops, remove some debug code in the configure script.jkeil2001-08-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1682 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable mediaLib support for Solaris on UltraSPARC CPUsjkeil2001-08-241-1/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1681 b3059339-0415-0410-9bf9-f77b7e298cf2
* added memalign detection, maps to malloc if fails.atmos42001-08-241-1/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1679 b3059339-0415-0410-9bf9-f77b7e298cf2
* test -e file => test -f file (for bourne shell / solaris)jkeil2001-08-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1620 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdvdread desc.nick2001-08-221-2/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1619 b3059339-0415-0410-9bf9-f77b7e298cf2
* Provide a better default for the DVD device on solaris.jkeil2001-08-211-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1609 b3059339-0415-0410-9bf9-f77b7e298cf2
* Happy configure version bumping (bugfix of bugfix).atmos42001-08-211-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1602 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed small flying thingy..erm bug with css vs. libdvdread.atmos42001-08-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1601 b3059339-0415-0410-9bf9-f77b7e298cf2
* Made -bps default.atmos42001-08-211-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1600 b3059339-0415-0410-9bf9-f77b7e298cf2
* libDVDread supportarpi2001-08-201-4/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1597 b3059339-0415-0410-9bf9-f77b7e298cf2
* exporting DEBUGarpi2001-08-171-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1566 b3059339-0415-0410-9bf9-f77b7e298cf2
* '--disable-sdl;; _aa=no' fixedfolke2001-08-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1540 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use USE_WIN32DLL define instead of ARCH_X86 to decide whether or not to compilejkeil2001-08-141-10/+30
| | | | | | | | | | | Win32 DLL code into mplayer. Default for USE_WIN32DLL is enabled on x86 machines, disabled otherwise. Use of Win32 DLLs can be disabled on x86 using the --disable-win32 configure option. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1518 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use the standard mplayer config test for finding libraries, so that it canjkeil2001-08-141-6/+5
| | | | | | | | find -laa in non-standard places and for supporting systems with a shared libaa.so git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1516 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added cool aalib vo driver.atmos42001-08-141-1/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1512 b3059339-0415-0410-9bf9-f77b7e298cf2
* add define of DEFAULT_CDROM_DEVICEarpi2001-08-121-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1496 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applied vladimirs freebsd patch (largefile default on freebsd and misc)atmos42001-08-091-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1476 b3059339-0415-0410-9bf9-f77b7e298cf2
* 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
*