aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Collapse)AuthorAge
...
* libdemuxer...Gravatar arpi2001-10-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2311 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_vesa support. Should be written better.Gravatar nick2001-10-17
| | | | 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.Gravatar atmos42001-10-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2240 b3059339-0415-0410-9bf9-f77b7e298cf2
* ffmpeg postprocessGravatar arpi2001-10-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2229 b3059339-0415-0410-9bf9-f77b7e298cf2
* link fixedGravatar jaf2001-10-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2226 b3059339-0415-0410-9bf9-f77b7e298cf2
* "function f()" non supported by FreeBSD's /bin/shGravatar pl2001-10-13
| | | | | | | | "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 :Gravatar pl2001-10-13
| | | | | | | | | | | | | | | | | + 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 codeGravatar arpi2001-10-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2185 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix typoGravatar nexus2001-10-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2175 b3059339-0415-0410-9bf9-f77b7e298cf2
* optimize iconv detection \n malloc.h useless in FreeBSDGravatar nexus2001-10-12
| | | | 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 iconvGravatar pl2001-10-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2173 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanups: [ ... ] changed to test ...Gravatar pl2001-10-11
| | | | | | | | | 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>Gravatar arpi2001-10-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2165 b3059339-0415-0410-9bf9-f77b7e298cf2
* I guess now xinerama works better :)Gravatar atmos42001-10-10
| | | | 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)Gravatar atlka2001-10-10
| | | | | | | 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>Gravatar arpi2001-10-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2150 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_gl2.c addedGravatar arpi2001-10-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2126 b3059339-0415-0410-9bf9-f77b7e298cf2
* more on gcc 2.96Gravatar arpi2001-10-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2112 b3059339-0415-0410-9bf9-f77b7e298cf2
* -lm added to -lGL, Sergei Golubchik <sergii@pisem.net>Gravatar arpi2001-10-05
| | | | 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 ↵Gravatar arpi2001-10-05
| | | | | | created git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2094 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed RTFM notice.Gravatar atmos42001-10-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2091 b3059339-0415-0410-9bf9-f77b7e298cf2
* BSD/OS supportGravatar arpi2001-10-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2090 b3059339-0415-0410-9bf9-f77b7e298cf2
* divx4 detection patch by Pawel Kot <pkot@linuxnews.pl>Gravatar arpi2001-10-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2029 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo in helpGravatar atmos42001-09-30
| | | | 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.Gravatar pontscho2001-09-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1992 b3059339-0415-0410-9bf9-f77b7e298cf2
* tdfxfb yuv driver by Zeljko Stevanovic <zsteva@ptt.yu>Gravatar arpi2001-09-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1980 b3059339-0415-0410-9bf9-f77b7e298cf2
* gui fixGravatar arpi2001-09-22
| | | | 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 outputGravatar jkeil2001-09-18
| | | | | | | to /dev/null git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1919 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable Alpha Code.Gravatar atmos42001-09-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1909 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix broken memalign detect.Gravatar atmos42001-09-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1905 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed my fuckin' debug stuffGravatar laaz2001-09-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1904 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added X 4.0 DPMS support for configure scriptGravatar laaz2001-09-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1903 b3059339-0415-0410-9bf9-f77b7e298cf2
* ffmpeg compatible MEMALIGN definitionGravatar nick2001-09-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1891 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for libdvdread-0.9.0Gravatar jkeil2001-09-09
| | | | 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.Gravatar atmos42001-09-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1827 b3059339-0415-0410-9bf9-f77b7e298cf2
* gui infoGravatar arpi2001-08-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1768 b3059339-0415-0410-9bf9-f77b7e298cf2
* gcc 2.96 infoGravatar arpi2001-08-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1767 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rearranged C++ check.Gravatar atmos42001-08-29
| | | | 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.Gravatar atmos42001-08-29
| | | | 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.Gravatar jkeil2001-08-27
| | | | | | | 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)Gravatar arpi2001-08-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1695 b3059339-0415-0410-9bf9-f77b7e298cf2
* Oops, remove some debug code in the configure script.Gravatar jkeil2001-08-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1682 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable mediaLib support for Solaris on UltraSPARC CPUsGravatar jkeil2001-08-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1681 b3059339-0415-0410-9bf9-f77b7e298cf2
* added memalign detection, maps to malloc if fails.Gravatar atmos42001-08-24
| | | | 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)Gravatar jkeil2001-08-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1620 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdvdread desc.Gravatar nick2001-08-22
| | | | 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.Gravatar jkeil2001-08-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1609 b3059339-0415-0410-9bf9-f77b7e298cf2
* Happy configure version bumping (bugfix of bugfix).Gravatar atmos42001-08-21
| | | | 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.Gravatar atmos42001-08-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1601 b3059339-0415-0410-9bf9-f77b7e298cf2
* Made -bps default.Gravatar atmos42001-08-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1600 b3059339-0415-0410-9bf9-f77b7e298cf2