summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* remove CYGWIN_BIG_TYPES, as it breaks st_size member of stat structatmos42002-07-271-2/+4
| | | | | | | | (it is remapped to __st_size64, which is never set when calling stat()), this is needed for an upcoming libmpdvdkit cygwin patch. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6824 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed missing result when --disable-divx4linux is specifiedrfelker2002-07-231-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6770 b3059339-0415-0410-9bf9-f77b7e298cf2
* vd_xvid need divx.halbeu2002-07-131-11/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6724 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix tv bazzeatmos42002-07-121-4/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6715 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for Xvid using their new api. If divx4 compatiblity is disabeledalbeu2002-07-101-25/+58
| | | | | | | in xvid it can be used along with divx4. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6702 b3059339-0415-0410-9bf9-f77b7e298cf2
* enable mpdvdkit on cygwin, too,atmos42002-07-101-2/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6689 b3059339-0415-0410-9bf9-f77b7e298cf2
* Temp workaround for athlon-xp/athlon-mp/etc optimization clash, where xp was ↵atmos42002-07-081-2/+6
| | | | | | wrongly chosen (only real XP supports SSE) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6676 b3059339-0415-0410-9bf9-f77b7e298cf2
* detectin of __restrict keyword - patch by Falk Hueffner ↵arpi2002-07-061-0/+16
| | | | | | <falk.hueffner@student.uni-tuebingen.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6659 b3059339-0415-0410-9bf9-f77b7e298cf2
* * Link with -lossaudio and/or -li386 only when neededarpi2002-07-031-4/+11
| | | | | | | | * Fix iconv detection patch by Björn Sandell <biorn@dce.chalmers.se> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6635 b3059339-0415-0410-9bf9-f77b7e298cf2
* trivial but nice fix for /dev/video? detection by "Julian J.M."arpi2002-06-281-1/+1
| | | | | | | <bandit@telecable.es> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6592 b3059339-0415-0410-9bf9-f77b7e298cf2
* Patch by Dominik Mierzejewski:atmos42002-06-241-4/+5
| | | | | | | | | | The first one makes CONFDIR work correctly at last and the second adds DESTDIR to ./configure, so that it generates a relocateable Makefile and then a packager needs only to do make DESTDIR=$RPM_BUILD_ROOT install git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6546 b3059339-0415-0410-9bf9-f77b7e298cf2
* wtf..10l to dunno..only use x11_common.c when x11 is detectedatmos42002-06-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6451 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for dvdnav-config script, patch by Christian Ohm <chr.ohm@gmx.net>atmos42002-06-151-1/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6439 b3059339-0415-0410-9bf9-f77b7e298cf2
* K6 is NOT a 686!! this causes SIGILL in libavcodec encoding!rfelker2002-06-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6435 b3059339-0415-0410-9bf9-f77b7e298cf2
* == is a bash2 extension; the proper test for numeric equality is -eqrfelker2002-06-151-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6434 b3059339-0415-0410-9bf9-f77b7e298cf2
* Also check in LIBDIR/real for the codecs.atmos42002-06-151-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6433 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable RealPlayer DLLs on cygwin.atmos42002-06-151-6/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6432 b3059339-0415-0410-9bf9-f77b7e298cf2
* realplayer8 installs at /usr/local/RealPlayer8 by default...arpi2002-06-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6423 b3059339-0415-0410-9bf9-f77b7e298cf2
* Proper gcc 3.1 cpu optimization autodetect, patch by Luca Barbieri ↵atmos42002-06-131-37/+92
| | | | | | | | | <ldb@ldb.ods.org> Please check on pre-3.1 gcc to make sure everythings correct. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6422 b3059339-0415-0410-9bf9-f77b7e298cf2
* Darwin/Mac OS X dvd support. Patch from Joey Parrish <joey@yunamusic.com>atmos42002-06-131-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6421 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small fix for real check.atmos42002-06-131-6/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6413 b3059339-0415-0410-9bf9-f77b7e298cf2
* add FreeBSD default dirnexus2002-06-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6412 b3059339-0415-0410-9bf9-f77b7e298cf2
* Implement Nilmoni's and Bernd Ernesti's patches for:atmos42002-06-131-5/+30
| | | | | | | | | | Better real codec dir detection and NetBSD real support. Fix Nilmonis code, so it's working like expected. Move a debug printf to mp_msg and some fixes in demux_real.c. Some cosmetics :) -> RealPlayer 8 to RealPlayer, as RealOne (aka RealPlayer 9 works, too) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6405 b3059339-0415-0410-9bf9-f77b7e298cf2
* Luke Harrison <luke@vv.carleton.ca>atmos42002-06-121-0/+1
| | | | | | | | This patch fixes a very simple little error in configure's help screen. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6403 b3059339-0415-0410-9bf9-f77b7e298cf2
* cdda added to input/notinputjaf2002-06-111-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6389 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for playing audio cds using cdparanoia. Include a raw audioalbeu2002-06-111-0/+34
| | | | | | | demuxer wich can be used for other purpose. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6385 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD Real supportnexus2002-06-101-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6380 b3059339-0415-0410-9bf9-f77b7e298cf2
* realplayer dll support autodetected (requires linux && -ldl)arpi2002-06-091-0/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6348 b3059339-0415-0410-9bf9-f77b7e298cf2
* cygwin & darwin fixes by Joey Parrish <joey@yunamusic.com>arpi2002-06-071-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6335 b3059339-0415-0410-9bf9-f77b7e298cf2
* small g3 optflags updatmos42002-06-071-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6324 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l fix for cpuinfo exec after G3 changes and beatify cc check.atmos42002-06-061-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6319 b3059339-0415-0410-9bf9-f77b7e298cf2
* Setup better cflags for PPC G3 patch by Colin Leroy <colin@colino.net>. IMHO ↵atmos42002-06-061-1/+13
| | | | | | needs improvements for other ppc cpus, too. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6314 b3059339-0415-0410-9bf9-f77b7e298cf2
* cygwin & darwin fixes by Joey Parrish <joey@yunamusic.com>arpi2002-06-041-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6303 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't run help_diff on english helparpi2002-06-031-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6290 b3059339-0415-0410-9bf9-f77b7e298cf2
* automatically adding untranslated messages to help_mp.h from english master filearpi2002-06-031-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6286 b3059339-0415-0410-9bf9-f77b7e298cf2
* bugfix for cygwin (reports 2.95.3-5)pl2002-06-031-4/+3
| | | | | | | spotted by "Sycotic Smith" <sycotic@linuxmail.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6280 b3059339-0415-0410-9bf9-f77b7e298cf2
* The "(use this option if it does not compile)" text only made senserfelker2002-06-011-2/+1
| | | | | | | when the default was enabled. Now it's nonsense, removed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6264 b3059339-0415-0410-9bf9-f77b7e298cf2
* -updates vo_directfb (+configure&makefile) according to planned changesarpi2002-06-011-3/+46
| | | | | | | | | | in dfb interface v. 0.9.11 (by Sven Neumann) -misstyped VEQ_CAP_HUE comparism fix (by Antonio Daplas) -videomode change support working (me) patch by Jiri.Svoboda@seznam.cz git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6263 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoids stripping the binary at install if debugging or profiling is enabledpl2002-05-301-0/+4
| | | | | | | (original patch by Balazs Tibor <tibcu@sch.bme.hu> - edited for simplicity) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6241 b3059339-0415-0410-9bf9-f77b7e298cf2
* arts added to 'Disabled optional drivers'jaf2002-05-301-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6237 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed arts detectionarpi2002-05-291-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6228 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fix for artspl2002-05-281-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6217 b3059339-0415-0410-9bf9-f77b7e298cf2
* aRts audio out support by Michele Balistreri <brain at email.it>atmos42002-05-281-0/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6215 b3059339-0415-0410-9bf9-f77b7e298cf2
* if LANGUAGES=help_mp-??_??.h fixedjaf2002-05-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6200 b3059339-0415-0410-9bf9-f77b7e298cf2
* gcc -dumpversion seems less error prone (tested with 2.95.4 3.0.4 and 3.1)pl2002-05-261-3/+3
| | | | | | | | | Suggested by Okki <okki666@nerim.net> Added gcc-3.1 and gcc-3.0 in the find-a-sane-compiler loop git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6197 b3059339-0415-0410-9bf9-f77b7e298cf2
* The 3 X11 checks (header/lib/functionnality) are now together.pl2002-05-251-41/+43
| | | | | | | | Tests for header & lib enhanced (check for Xlib.h and libX11.so/a) (Suggestion by Arpi) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6192 b3059339-0415-0410-9bf9-f77b7e298cf2
* - keeps configure from generating a core when a buggy giflib is foundarpi2002-05-231-6/+9
| | | | | | | | - swaps -lgif with -lungif to give compression preference over uncompressed by Joey Parrish <joey@yunamusic.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6170 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed disabled vidix messagealex2002-05-231-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6161 b3059339-0415-0410-9bf9-f77b7e298cf2
* some visual changes and applied Ulrich Hecht's 64bit fixesalex2002-05-231-12/+63
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6159 b3059339-0415-0410-9bf9-f77b7e298cf2
* big cosmetics patch, cleanup of messages printed by mplayer and libs.arpi2002-05-201-0/+3
| | | | | | | | some printf->mp_msg conversion, and some debug messages moved from warn/info to v/dbg2 mplayer's output is now shorter, readable and consistent git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6139 b3059339-0415-0410-9bf9-f77b7e298cf2
* catching SIGILL instead of dumping core - patch by Steven M. Schultz ↵arpi2002-05-201-1/+6
| | | | | | <sms@2BSD.COM> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6130 b3059339-0415-0410-9bf9-f77b7e298cf2
* compile with '-g' by default for .developerarpi2002-05-181-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6120 b3059339-0415-0410-9bf9-f77b7e298cf2
* gif support: added tests with the X11 libs (required by some lib(un)gif)pl2002-05-181-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6116 b3059339-0415-0410-9bf9-f77b7e298cf2
* only include when necessaryjaf2002-05-141-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6092 b3059339-0415-0410-9bf9-f77b7e298cf2
* two more lines for dvb ...jaf2002-05-141-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6089 b3059339-0415-0410-9bf9-f77b7e298cf2
* better gif89 detection by pl <p_l@gmx.fr>, based on patch by Joey Parrish ↵arpi2002-05-131-4/+20
| | | | | | <joey@yunamusic.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6080 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initial support for dxr2. Based on patch from Tobias Diedrich <ranma@gmx.at>.albeu2002-05-131-0/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6070 b3059339-0415-0410-9bf9-f77b7e298cf2
* lib(un)gif detection fix (linking should be sufficient) and it avoids the ↵pl2002-05-131-12/+9
| | | | | | | | | | message 'Checking for GIF89a support ... ./configure: line 2349: 1123 Segmentation fault "$TMPO" >>"$TMPLOG" no' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6069 b3059339-0415-0410-9bf9-f77b7e298cf2
* libgif detection extendedarpi2002-05-121-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6067 b3059339-0415-0410-9bf9-f77b7e298cf2
* various openbsd and general warning fixes - patch by Björn Sandell ↵arpi2002-05-121-1/+1
| | | | | | <biorn@dce.chalmers.se> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6058 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vo gif - by Joey Parrish <joey@yunamusic.com>arpi2002-05-121-0/+43
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6054 b3059339-0415-0410-9bf9-f77b7e298cf2
* patchs by Björn Sandell <biorn@dce.chalmers.se>:pl2002-05-101-4/+6
| | | | | | | | | - --disable-select affects more than the oss audio - openbsd and netbsd oss support for non-x86 - ar/AR cleanups as '$(AR)' defaults to 'ar' with make git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6037 b3059339-0415-0410-9bf9-f77b7e298cf2
* netbsd and/or lfs workaround (fixes a textbusy error)pl2002-05-101-1/+1
| | | | | | | (problem reported by Bernd Ernesti <mplayer@lists.veego.de>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6036 b3059339-0415-0410-9bf9-f77b7e298cf2
* BSDI dvd.h detect fix by Steven M. Schultz <sms@2BSD.COM>arpi2002-05-091-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6030 b3059339-0415-0410-9bf9-f77b7e298cf2
* some bugfix, x[11|mga|v] ( fullscreen with more files )pontscho2002-05-081-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6014 b3059339-0415-0410-9bf9-f77b7e298cf2
* patchs for NetBSD by Bernd Ernesti <mplayer@lists.veego.de>:pl2002-05-071-1/+1
| | | | | | | | | | - the libmpdvdkit auto check works fine after adding the netbsd check to the linux and freebsd one - NetBSD only support MTRR after 1.5X, so libdha/mtrr.c needs a small patch to only enable it for versions after 1.5X. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6012 b3059339-0415-0410-9bf9-f77b7e298cf2
* enable libfame only for dxr3/dvb owners by default, libfame check moved ↵arpi2002-05-031-21/+28
| | | | | | right after libmp1e check git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5961 b3059339-0415-0410-9bf9-f77b7e298cf2
* More verbose error reporting to configure.log for SDL and fix a long ↵atmos42002-05-031-5/+5
| | | | | | pustanding bug, with type mismatch in test-compile-code (affected eg. cygwin, too) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5955 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add Darwin (MacOS X) detection and configuration and modify compiler check ↵atmos42002-05-031-27/+12
| | | | | | to check through defined-cc, gcc3, cc to find good compiler. Abort on first good compiler. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5948 b3059339-0415-0410-9bf9-f77b7e298cf2
* add something like 'Optimizing for: i686 mmx mmx2 sse'jaf2002-05-031-2/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5944 b3059339-0415-0410-9bf9-f77b7e298cf2
* linux/cdrom.h detection fix by Denis Ducamp <Denis.Ducamp@hsc.fr>arpi2002-05-021-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5939 b3059339-0415-0410-9bf9-f77b7e298cf2
* more compatible libpng version checkarpi2002-04-291-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5901 b3059339-0415-0410-9bf9-f77b7e298cf2
* only freebsd has BSD-style dvd_struct? - enable dvdkit only for linux+freebsdarpi2002-04-281-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5892 b3059339-0415-0410-9bf9-f77b7e298cf2
* DFB 0.9.10 update patch by Jiri.atmos42002-04-281-0/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5891 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpdvdkit vs. bsd fixed?arpi2002-04-281-8/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5888 b3059339-0415-0410-9bf9-f77b7e298cf2
* oss detection fix for bsdarpi2002-04-281-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5886 b3059339-0415-0410-9bf9-f77b7e298cf2
* openbsd updates by Björn Sandell <biorn@dce.chalmers.se>arpi<