summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* why not autodetecting lirc?jaf2001-11-131-4/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2864 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD fixnexus2001-11-131-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2863 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix typosnexus2001-11-131-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2862 b3059339-0415-0410-9bf9-f77b7e298cf2
* added --enable-tv and --disable-tv (default is disabled)alex2001-11-111-0/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2822 b3059339-0415-0410-9bf9-f77b7e298cf2
* mplayer does not need -ldivxencorepl2001-11-111-1/+3
| | | | | | | mencoder does git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2812 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning for unknown parameters is quite enoughnick2001-11-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2796 b3059339-0415-0410-9bf9-f77b7e298cf2
* unkow parameter fix.pontscho2001-11-091-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2784 b3059339-0415-0410-9bf9-f77b7e298cf2
* memalign detection cleanuppl2001-11-091-19/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2775 b3059339-0415-0410-9bf9-f77b7e298cf2
* Somebody wanna drink some cola?lgb2001-11-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2753 b3059339-0415-0410-9bf9-f77b7e298cf2
* FF_POSTPROCESS shouldn't be defined if there is no ffmpeg's libavcodec foundpl2001-11-061-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2752 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvb test, /dev/ost/video:jkeil2001-11-061-1/+1
| | | | | | | | Check for character device (-c) instead of file existance (-e), the -e test is not available on solaris' /bin/sh. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2744 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move yuv2rgb to postprocessnick2001-11-061-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2733 b3059339-0415-0410-9bf9-f77b7e298cf2
* autodetecting for dvb-cardsjaf2001-11-051-2/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2728 b3059339-0415-0410-9bf9-f77b7e298cf2
* -lm for ffmpeg detect Christian Marillat <marillat@free.fr>arpi2001-11-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2716 b3059339-0415-0410-9bf9-f77b7e298cf2
* Quick hack to don't use ldivxencode on systems where it'S not installed.atmos42001-11-051-1/+1
| | | | | | | | | This should be improved: add compile check to configure (with sth. from encore2.h I guess), seperate divxdecore and encore as only one of them could possibly be installed, add ifdefs to code so it doesn't spit errors about missing headers if no divx4 is present. (I don't currently have installed divx4 so I only did the quick hack for first). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2704 b3059339-0415-0410-9bf9-f77b7e298cf2
* problems with --with-sdl-config (option ignored)pl2001-11-051-25/+41
| | | | | | | added --with-{gtk,glib}-config git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2701 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed -fomit-frame-pointer hack in favour of CFLAGS warning I previously ↵atmos42001-11-041-1/+1
| | | | | | added (this should also fix profiling and maybe some non-x86 build). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2700 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoids spitting bad compilation messages at the user when sthg does not workpl2001-11-031-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2663 b3059339-0415-0410-9bf9-f77b7e298cf2
* checkin for xanim support, also --disable-xanim and --with-xanimlibdir ↵alex2001-11-031-0/+37
| | | | | | option added git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2658 b3059339-0415-0410-9bf9-f77b7e298cf2
* dxr3 support by David Holm <dholm@telia.com>arpi2001-11-031-1/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2645 b3059339-0415-0410-9bf9-f77b7e298cf2
* added macros for weirdos (irix/sunos)pl2001-10-311-73/+64
| | | | | | | | | | fixed some messages rewrite OS names if necessary (irix/cygwin) added mips known type {sdl,sdl11,gtk,gtk12,glib,glib12}-config autodetection git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2595 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable stream cache by default.atmos42001-10-281-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2526 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD use /usr/local/lib, /usr/local/includenexus2001-10-281-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2525 b3059339-0415-0410-9bf9-f77b7e298cf2
* nick ! what did you do???jaf2001-10-271-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2501 b3059339-0415-0410-9bf9-f77b7e298cf2
* Suppress implicit usage of /usr/local stuffnick2001-10-271-3/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2500 b3059339-0415-0410-9bf9-f77b7e298cf2
* sorrynick2001-10-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2498 b3059339-0415-0410-9bf9-f77b7e298cf2
* libffmpeg.so supportnick2001-10-271-5/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2497 b3059339-0415-0410-9bf9-f77b7e298cf2
* gtk12-config detectionlaaz2001-10-261-6/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2491 b3059339-0415-0410-9bf9-f77b7e298cf2
* added detection of zlibalex2001-10-261-2/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2483 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fixnexus2001-10-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2480 b3059339-0415-0410-9bf9-f77b7e298cf2
* I was wrong: test didn't workpl2001-10-251-10/+13
| | | | | | | | changed "test !" to simpler constructions where used added a : which avoided compilation git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2468 b3059339-0415-0410-9bf9-f77b7e298cf2
* did not compilepl2001-10-251-1/+2
| | | | | | | | (btw irix test was ok: "test ! foo" means "not foo" but the comment was misleading) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2466 b3059339-0415-0410-9bf9-f77b7e298cf2
* The last irix64 patch looks broken to me, trying to fix.jkeil2001-10-251-10/+12
| | | | | | | Add X11 include&lib autodetect for solaris (/usr/openwin/{include,lib}) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2465 b3059339-0415-0410-9bf9-f77b7e298cf2
* added irix64()pl2001-10-251-21/+29
| | | | | | | | original patch for irix64 by Martin Decky - slightly modified replaced a "$_cc blah" by "cc_check" (SGI audio) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2464 b3059339-0415-0410-9bf9-f77b7e298cf2
* blahatmos42001-10-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2459 b3059339-0415-0410-9bf9-f77b7e298cf2
* 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
|