aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure
Commit message (Collapse)AuthorAge
* HAVE_VCD, some obsolete stuff removed (-alsa, xmmp)Gravatar arpi2001-12-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3260 b3059339-0415-0410-9bf9-f77b7e298cf2
* linux() bsd() ... etc is no longer case sensitiveGravatar pl2001-12-01
| | | | | | | | | (workaround for gabucino's not wanting to type --target=i386-Linux :)) unified a few echores messages git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3249 b3059339-0415-0410-9bf9-f77b7e298cf2
* added auto detection of tv v4l and changed tv to enabledGravatar alex2001-12-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3243 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed xanim detection (also present on non-x86 too - look at xanim homepage) ↵Gravatar alex2001-12-01
| | | | | | and added tv into _inputmodules git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3242 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch by Adam Di Carlo <adam@onshore-devel.com>:Gravatar pl2001-12-01
| | | | | | | | 1 more xanim path improved lirc autodetection git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3238 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed DGA detectionGravatar arpi2001-11-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3218 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for YV12 with DXR3, patch by D. Holm.Gravatar atmos42001-11-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3209 b3059339-0415-0410-9bf9-f77b7e298cf2
* new configure didn't build mplayer with mediaLib on solaris any more.Gravatar jkeil2001-11-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3208 b3059339-0415-0410-9bf9-f77b7e298cf2
* DGA handling changed (Arpi's request)Gravatar pl2001-11-29
| | | | | | | | | | correct options: --enable-dga => auto (default) --enable-dga=1 or ...=2 --disable-dga changed --enable/disable-select handling to behave as the other tests git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3207 b3059339-0415-0410-9bf9-f77b7e298cf2
* Newest DXR3 patch (improved 1.0rc2) by David Holm.Gravatar atmos42001-11-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3202 b3059339-0415-0410-9bf9-f77b7e298cf2
* extrachecks for weird configs GUI (--enable-gui --disable-png for instance)Gravatar pl2001-11-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3197 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetical change of driver summary - do not print always enabled stuffGravatar arpi2001-11-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3194 b3059339-0415-0410-9bf9-f77b7e298cf2
* summary handling was not correct (bugs found by Nilmoni Deb and Tibcu)Gravatar pl2001-11-28
| | | | | | | | DGA detection changed since it did not detect (patch by tibcu) changed vo_vesa building to behave as the other vo_* git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3190 b3059339-0415-0410-9bf9-f77b7e298cf2
* MP1E support needed by DXR3 stuff (Patch by D. Holm)Gravatar atmos42001-11-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3188 b3059339-0415-0410-9bf9-f77b7e298cf2
* vcd status in summary was sometimes wrong (found by atmos)Gravatar pl2001-11-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3171 b3059339-0415-0410-9bf9-f77b7e298cf2
* completed the summary displayed after running configureGravatar pl2001-11-27
| | | | | | | (todo: optimization option to add) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3170 b3059339-0415-0410-9bf9-f77b7e298cf2
* configure cleanups:Gravatar pl2001-11-27
| | | | | | | | | | | | | | | | a few typos a few reordering (C src / _blah=no / cc_check && _blah=yes) preliminary support to display a summary of enabled modules at the end of the run of ./configure (only AO & VO right now/check for _{a,v}omodules) cleanups of config.mak : X_LIBS gathered everything and whatever - no longer the case Makefile cleanups to match the ones done in config.mak NB: it still compiles here (but I'm pretty sure this will break on some systems :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3162 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use "tail -1" instead of "tail -n 1" to print the last line, the "-n" optionGravatar jkeil2001-11-27
| | | | | | | seems to be a gnu extension and is not available with the solaris "tail". git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3160 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disable problematic ffmpeg.so support by default and remove die on 2.2.xGravatar atmos42001-11-26
| | | | | | | | and older kernel, replacing it with more in depth info. (Kernel SSE check will disable SSE, if needed!) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3128 b3059339-0415-0410-9bf9-f77b7e298cf2
* detecting nanosleepGravatar alex2001-11-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3090 b3059339-0415-0410-9bf9-f77b7e298cf2
* sys/soundcard.h isn't needed for ALSAGravatar alex2001-11-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3087 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo (1st found by André Dahlqvist <andre.dahlqvist@telia.com>)Gravatar pl2001-11-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3084 b3059339-0415-0410-9bf9-f77b7e298cf2
* (on atmos's suggestions I found good :)Gravatar pl2001-11-23
| | | | | | | | | | default is autodetection (if lame and divxencore libs found then compile it) use --enable-mencoder or --disable-mencoder to alter this behavior Makefile modified accordingly (uninstall and other ifeq...) removed XMM_* since XMMP no longer there git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3080 b3059339-0415-0410-9bf9-f77b7e298cf2
* --help did not show what was really autodetectedGravatar pl2001-11-22
| | | | | | | (found by Nilmoni Deb <ndeb@ece.cmu.edu>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3079 b3059339-0415-0410-9bf9-f77b7e298cf2
* -rdynamic is now enabled if (bsd) || (_xanim is yes)Gravatar pl2001-11-22
| | | | | | | | removed a few ${_ld_foo} since not needed (these variables are always always separated by spaces) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3066 b3059339-0415-0410-9bf9-f77b7e298cf2
* -rdynamic is only needed on bsd's (well... it was the case in C1)Gravatar pl2001-11-22
| | | | | | | | neither linux nor qnx need it and it doesn't help for static compilation too... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3062 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes for bugs found by Ivan Kalvatchev <iive@yahoo.com>Gravatar pl2001-11-21
| | | | | | | (--enable-termcap e.g.) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3058 b3059339-0415-0410-9bf9-f77b7e298cf2
* 2.2.x+SSE fixedGravatar arpi2001-11-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3053 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix kernel asm check.Gravatar atmos42001-11-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3052 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo in _ld_mlib shell variable, mplayer didn't link any more against medialibGravatar jkeil2001-11-20
| | | | | | | -lposix4 and -lkstat lost on architecture dependand libs, _ld_arch git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3037 b3059339-0415-0410-9bf9-f77b7e298cf2
* USE_TERMIOS -> HAVE_TERMIOSGravatar arpi2001-11-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3036 b3059339-0415-0410-9bf9-f77b7e298cf2
* improved several tests (more headers + more functions)Gravatar pl2001-11-20
| | | | | | | would-be bug fixed in dga and dga2 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3030 b3059339-0415-0410-9bf9-f77b7e298cf2
* added dynamic linking flags runtime detection (-rdynamic - also now MPlayer ↵Gravatar alex2001-11-20
| | | | | | compiles and runs fine under QNX) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3029 b3059339-0415-0410-9bf9-f77b7e298cf2
* _ld_x11 patch by Anders Johansson <ajh@atri.curtin.edu.au>Gravatar pl2001-11-20
| | | | | | | reset content of $TMPO before cc_check to avoid incorrect ldd reports git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3023 b3059339-0415-0410-9bf9-f77b7e298cf2
* still GL problemGravatar pl2001-11-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3022 b3059339-0415-0410-9bf9-f77b7e298cf2
* when --enable-gl was used, linker flags (_ld_gl) were not set (found by Nick K)Gravatar pl2001-11-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3019 b3059339-0415-0410-9bf9-f77b7e298cf2
* RTC is autodetectedGravatar arpi2001-11-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3016 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed DPMS and pthread detectionGravatar alex2001-11-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3011 b3059339-0415-0410-9bf9-f77b7e298cf2
* added termios detection support (no termios on qnx)Gravatar alex2001-11-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3008 b3059339-0415-0410-9bf9-f77b7e298cf2
* alsa link failedGravatar pl2001-11-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3007 b3059339-0415-0410-9bf9-f77b7e298cf2
* arghh, fixed shm :(Gravatar alex2001-11-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3006 b3059339-0415-0410-9bf9-f77b7e298cf2
* added shm detectionGravatar alex2001-11-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3005 b3059339-0415-0410-9bf9-f77b7e298cf2
* there was a shitty warningGravatar jaf2001-11-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3003 b3059339-0415-0410-9bf9-f77b7e298cf2
* extended pthread to work under qnxGravatar alex2001-11-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3002 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix x11 linking when --disable-x11 used (btw sdl may still require it)Gravatar pl2001-11-19
| | | | | | | fix GL always detected even when x11 disabled git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2999 b3059339-0415-0410-9bf9-f77b7e298cf2
* better support for --target: new boolean function x86()Gravatar pl2001-11-19
| | | | | | | added 3dfx & tdfx to --help git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2998 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed win32/xanim support on --target=i{4-6}86Gravatar gabucino2001-11-19
| | | | | | | | | | pl : - are you sure the other "i386"-only checks are ok? - X libraries get included (-lX11 etc) when I say --disable-x11, pls check Besides that, now it compiles static binary (with all my --disable-blah switches) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2997 b3059339-0415-0410-9bf9-f77b7e298cf2
* png detect bug fixedGravatar pontscho2001-11-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2994 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make description for SIMPLE_IDCT better and make #define consisten with others.Gravatar atmos42001-11-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2993 b3059339-0415-0410-9bf9-f77b7e298cf2
* small "make it easier to compile" addition, enable SIMPLE_IDCT by defaultGravatar atmos42001-11-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2992 b3059339-0415-0410-9bf9-f77b7e298cf2