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
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
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
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
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
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
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
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
-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
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
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
NB: after more tests, static support works when "bad" libs are disabled :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2990 b3059339-0415-0410-9bf9-f77b7e298cf2
(calls ldd to debug dependencies for [future] static support)
$_ld_x11 contains now $_ld_sock
improved x11 C test
libGL is no longer OS dependent (bsd) but depends on 2 compil' tests
preliminary support for -static:
-static requires any test succeeds with that flag
missing -logg for vorbis (triggered by -static)
NB: It still can't compile in static [undefined reference to... errors :/ ]
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2989 b3059339-0415-0410-9bf9-f77b7e298cf2