summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* extrachecks for weird configs GUI (--enable-gui --disable-png for instance)pl2001-11-291-0/+4
* cosmetical change of driver summary - do not print always enabled stuffarpi2001-11-291-4/+6
* summary handling was not correct (bugs found by Nilmoni Deb and Tibcu)pl2001-11-281-12/+34
* MP1E support needed by DXR3 stuff (Patch by D. Holm)atmos42001-11-281-0/+29
* vcd status in summary was sometimes wrong (found by atmos)pl2001-11-271-1/+10
* completed the summary displayed after running configurepl2001-11-271-5/+14
* configure cleanups:pl2001-11-271-28/+67
* Use "tail -1" instead of "tail -n 1" to print the last line, the "-n" optionjkeil2001-11-271-1/+1
* Disable problematic ffmpeg.so support by default and remove die on 2.2.xatmos42001-11-261-4/+6
* detecting nanosleepalex2001-11-231-0/+22
* sys/soundcard.h isn't needed for ALSAalex2001-11-231-2/+0
* typo (1st found by André Dahlqvist <andre.dahlqvist@telia.com>)pl2001-11-231-1/+1
* (on atmos's suggestions I found good :)pl2001-11-231-13/+30
* --help did not show what was really autodetectedpl2001-11-221-2/+2
* -rdynamic is now enabled if (bsd) || (_xanim is yes)pl2001-11-221-8/+12
* -rdynamic is only needed on bsd's (well... it was the case in C1)pl2001-11-221-9/+4
* fixes for bugs found by Ivan Kalvatchev <iive@yahoo.com>pl2001-11-211-12/+6
* 2.2.x+SSE fixedarpi2001-11-211-1/+2
* Fix kernel asm check.atmos42001-11-211-6/+6
* typo in _ld_mlib shell variable, mplayer didn't link any more against medialibjkeil2001-11-201-2/+2
* USE_TERMIOS -> HAVE_TERMIOSarpi2001-11-201-2/+2
* improved several tests (more headers + more functions)pl2001-11-201-27/+29
* added dynamic linking flags runtime detection (-rdynamic - also now MPlayer c...alex2001-11-201-4/+27
* _ld_x11 patch by Anders Johansson <ajh@atri.curtin.edu.au>pl2001-11-201-1/+2
* still GL problempl2001-11-201-3/+0
* when --enable-gl was used, linker flags (_ld_gl) were not set (found by Nick K)pl2001-11-201-2/+3
* RTC is autodetectedarpi2001-11-201-2/+30
* fixed DPMS and pthread detectionalex2001-11-191-4/+6
* added termios detection support (no termios on qnx)alex2001-11-191-0/+26
* alsa link failedpl2001-11-191-1/+1
* arghh, fixed shm :(alex2001-11-191-2/+5
* added shm detectionalex2001-11-191-0/+21
* there was a shitty warningjaf2001-11-191-2/+2
* extended pthread to work under qnxalex2001-11-191-1/+3
* fix x11 linking when --disable-x11 used (btw sdl may still require it)pl2001-11-191-2/+6
* better support for --target: new boolean function x86()pl2001-11-191-14/+19
* fixed win32/xanim support on --target=i{4-6}86gabucino2001-11-191-2/+4
* png detect bug fixedpontscho2001-11-191-0/+4
* Make description for SIMPLE_IDCT better and make #define consisten with others.atmos42001-11-191-2/+2
* small "make it easier to compile" addition, enable SIMPLE_IDCT by defaultatmos42001-11-191-0/+3
* missing parts of --target supportpl2001-11-191-2/+3
* typopl2001-11-191-1/+1
* more debugging in configure.log [temporary]pl2001-11-191-45/+62
* fixed -lz bug found by Steven M. Schultzpl2001-11-181-1/+1
* configure.log is no longer in /tmp/pl2001-11-181-4/+5
* merge of latest commits to configure1 (alex's qnx support)pl2001-11-181-63/+63
* double --enable-largefiles entriesalex2001-11-171-1/+1
* removed _x _y support (no longer used)pl2001-11-171-33/+16
* wrong name of variables (avcodec)pl2001-11-171-2/+2
* missing C sources testspl2001-11-171-2/+9
* last part of changes since around configure 230 appliedpl2001-11-171-72/+103
* bugs & fixes by Bohdan 'Nexus' Horstpl2001-11-171-20/+24
* Major cleanupspl2001-11-171-2213/+1852
* optional parameters can be added after --enable-static .gabucino2001-11-151-2/+9
* gcc version messages updated. let's flame us again...arpi2001-11-141-18/+20
* Add a test for 'vsscanf()' (it's missing on solaris / non iso-c99 systems)jkeil2001-11-141-0/+16
* Had to remove ao_mpegpes.c from the Makefile since it depends on libvo/vo_mpe...mswitch2001-11-141-0/+1
* Added proper #include's for libvo2mswitch2001-11-141-4/+3
* Added --enable-libvo2, NOTE: it doesn't compile with libvo2 yet!mswitch2001-11-141-18/+46
* this test needed fixing toogabucino2001-11-141-3/+5
* added --enable-static optiongabucino2001-11-141-1/+15
* left an empty linegabucino2001-11-141-1/+0
* hmm this is probably a better place for the check, as only thegabucino2001-11-141-10/+12
* --target and some Intel checks fixedgabucino2001-11-141-5/+21
* typo fixgabucino2001-11-131-1/+1
* why not autodetecting lirc?jaf2001-11-131-4/+12
* FreeBSD fixnexus2001-11-131-0/+4
* fix typosnexus2001-11-131-2/+3
* added --enable-tv and --disable-tv (default is disabled)alex2001-11-111-0/+19
* mplayer does not need -ldivxencorepl2001-11-111-1/+3
* warning for unknown parameters is quite enoughnick2001-11-101-1/+1
* unkow parameter fix.pontscho2001-11-091-0/+3
* memalign detection cleanuppl2001-11-091-19/+15
* Somebody wanna drink some cola?lgb2001-11-061-1/+1
* FF_POSTPROCESS shouldn't be defined if there is no ffmpeg's libavcodec foundpl2001-11-061-1/+4
* dvb test, /dev/ost/video:jkeil2001-11-061-1/+1
* Move yuv2rgb to postprocessnick2001-11-061-1/+0
* autodetecting for dvb-cardsjaf2001-11-051-2/+29
* -lm for ffmpeg detect Christian Marillat <marillat@free.fr>arpi2001-11-051-1/+1
* Quick hack to don't use ldivxencode on systems where it'S not installed.atmos42001-11-051-1/+1
* problems with --with-sdl-config (option ignored)pl2001-11-051-25/+41
* Removed -fomit-frame-pointer hack in favour of CFLAGS warning I previously ad...atmos42001-11-041-1/+1
* avoids spitting bad compilation messages at the user when sthg does not workpl2001-11-031-5/+5
* checkin for xanim support, also --disable-xanim and --with-xanimlibdir option...alex2001-11-031-0/+37
* dxr3 support by David Holm <dholm@telia.com>arpi2001-11-031-1/+24
* added macros for weirdos (irix/sunos)pl2001-10-311-73/+64
* Enable stream cache by default.atmos42001-10-281-2/+4
* FreeBSD use /usr/local/lib, /usr/local/includenexus2001-10-281-0/+6
* nick ! what did you do???jaf2001-10-271-4/+4
* Suppress implicit usage of /usr/local stuffnick2001-10-271-3/+10
* sorrynick2001-10-271-1/+1
* libffmpeg.so supportnick2001-10-271-5/+21
* gtk12-config detectionlaaz2001-10-261-6/+15
* added detection of zlibalex2001-10-261-2/+22
* typo fixnexus2001-10-261-1/+1
* I was wrong: test didn't workpl2001-10-251-10/+13
* did not compilepl2001-10-251-1/+2
* The last irix64 patch looks broken to me, trying to fix.jkeil2001-10-251-10/+12
* added irix64()pl2001-10-251-21/+29
* blahatmos42001-10-241-1/+1
* MIPS support by oliver.schoenbrunner@jku.atarpi2001-10-241-2/+38
* more gcc 2.96...arpi2001-10-241-1/+2
* gcc 2.96...arpi2001-10-241-14/+16
* cleanups in --help message (easier to read I hope)pl2001-10-231-88/+101
* damn logic (fix did not fix completely)pl2001-10-231-3/+12
* fixed --disable-win32 bugpl2001-10-231-35/+42
* mad audio supportarpi2001-10-231-1/+34
* better FreeBSD iconv implementationnexus2001-10-221-3/+14
* #undef USE_STREAM_CACHE > config.harpi2001-10-201-0/+2
* libdemuxer...arpi2001-10-201-2/+2
* vo_vesa support. Should be written better.nick2001-10-171-1/+8
* Added notice about CFLAGS and added -fomit-frame-pointer to be always used.atmos42001-10-171-1/+7
* ffmpeg postprocessarpi2001-10-161-0/+3
* link fixedjaf2001-10-161-1/+1
* "function f()" non supported by FreeBSD's /bin/shpl2001-10-131-10/+10
* added functions :pl2001-10-131-309/+307
* integrated new postproc codearpi2001-10-131-0/+2
* fix typonexus2001-10-121-1/+1
* optimize iconv detection \n malloc.h useless in FreeBSDnexus2001-10-121-7/+5
* patch by "Steven M. Schultz" <sms@2BSD.COM> for BSD/OS support of iconvpl2001-10-121-3/+5
* cleanups: [ ... ] changed to test ...pl2001-10-111-184/+183
* LANG=C added. idea by pl <p_l@gmx.fr>arpi2001-10-111-1/+14
* I guess now xinerama works better :)atmos42001-10-101-2/+2
* modifications to use iconv(3) function to recode text of subs (autodetect)atlka2001-10-101-0/+53
* Xinerama screen size fix by Lev Babiev <harley@hosers.org>arpi2001-10-101-1/+23
* vo_gl2.c addedarpi2001-10-071-1/+1
* more on gcc 2.96arpi2001-10-061-1/+29
* -lm added to -lGL, Sergei Golubchik <sergii@pisem.net>arpi2001-10-051-4/+4
* compile and install fibmap_mplayer ofly if libcss is used. gmplayer link is c...arpi2001-10-051-5/+5
* Fixed RTFM notice.atmos42001-10-051-1/+1
* BSD/OS supportarpi2001-10-051-3/+7
* divx4 detection patch by Pawel Kot <pkot@linuxnews.pl>arpi2001-10-011-2/+2
* Typo in helpatmos42001-09-301-1/+1
* add gui support to config scripts, and fixed some warning.pontscho2001-09-271-19/+8
* tdfxfb yuv driver by Zeljko Stevanovic <zsteva@ptt.yu>arpi2001-09-271-0/+12
* gui fixarpi2001-09-221-1/+1
* -q flag for grep does not exist for all versions of grep. Just redirect outputjkeil2001-09-181-1/+1
* Enable Alpha Code.atmos42001-09-181-10/+9
* Fix broken memalign detect.atmos42001-09-171-1/+1
* Removed my fuckin' debug stufflaaz2001-09-171-3/+0
* Added X 4.0 DPMS support for configure scriptlaaz2001-09-171-3/+11
* ffmpeg compatible MEMALIGN definitionnick2001-09-131-1/+13
* Add support for libdvdread-0.9.0jkeil2001-09-091-1/+0
* OggVorbis lib detection, manual language selection and some minor stuff.atmos42001-09-011-1/+32
* gui infoarpi2001-08-301-1/+16
* gcc 2.96 infoarpi2001-08-301-1/+12
* Rearranged C++ check.atmos42001-08-291-57/+59
* Added C++ compiler/runtime enviroment detection and enabled ppc detection.atmos42001-08-291-10/+68
* Fix "echo -n" problems on solaris for the new GUI stuff.jkeil2001-08-271-9/+14
* GUI support (--enable-gui)arpi2001-08-251-3/+97
* Oops, remove some debug code in the configure script.jkeil2001-08-241-1/+1
* Enable mediaLib support for Solaris on UltraSPARC CPUsjkeil2001-08-241-1/+25
* added memalign detection, maps to malloc if fails.atmos42001-08-241-1/+18
* test -e file => test -f file (for bourne shell / solaris)jkeil2001-08-221-1/+1
* libdvdread desc.nick2001-08-221-2/+20
* Provide a better default for the DVD device on solaris.jkeil2001-08-211-1/+2
* Happy configure version bumping (bugfix of bugfix).atmos42001-08-211-0/+2
* Fixed small flying thingy..erm bug with css vs. libdvdread.atmos42001-08-211-1/+1
* Made -bps default.atmos42001-08-211-2/+3
* libDVDread supportarpi2001-08-201-4/+33
* exporting DEBUGarpi2001-08-171-0/+7
* '--disable-sdl;; _aa=no' fixedfolke2001-08-151-1/+1
* Use USE_WIN32DLL define instead of ARCH_X86 to decide whether or not to compilejkeil2001-08-141-10/+30
* Use the standard mplayer config test for finding libraries, so that it canjkeil2001-08-141-6/+5
* Added cool aalib vo driver.atmos42001-08-141-1/+27
* add define of DEFAULT_CDROM_DEVICEarpi2001-08-121-0/+6
* Applied vladimirs freebsd patch (largefile default on freebsd and misc)atmos42001-08-091-4/+8
* Fixes WIN32_PATH on OpenBSD and possibly others (seems to be ok with linux too).atmos42001-08-061-1/+1
* Start OpenBSD support and fix detection of older GNU as.atmos42001-08-061-8/+13
* Solaris' and *BSD's sed does not like the "i" flag in the substitute command.jkeil2001-08-061-1/+1
* ehh. duplicated GL check removed... drinkin' 10l...arpi2001-08-061-3/+0
* more paranoia -> check for DEC_OPT_FRAME_311arpi2001-08-061-1/+1
* better divx4 detection, --disable-divx4arpi2001-08-061-3/+18
* Make cygwin define WIN32 for compatibility with mingw and visualc, ...atmos42001-08-051-0/+4
* define USE_MMX_IDCT for libavcodecarpi2001-08-031-0/+4
* Pre commit so I won't have to sync with later configure changes (cygwin stuff)atmos42001-08-031-1/+5
* largefile patch by Stephen Davies <steve@daviesfam.org>arpi2001-07-311-0/+12
* divx4linux autodetectionarpi2001-07-311-8/+22
* sdl-config fixed - again =) huje atmosatmos42001-07-301-4/+6
*