Commit Graph

312 Commits

Author SHA1 Message Date
arpi 9b7d60bf1a HAVE_VCD, some obsolete stuff removed (-alsa, xmmp)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3260 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-01 23:38:57 +00:00
pl 432cbe98f7 linux() bsd() ... etc is no longer case sensitive
(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
2001-12-01 17:17:32 +00:00
alex a65f2c37b3 added auto detection of tv v4l and changed tv to enabled
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3243 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-01 15:05:08 +00:00
alex b4ed51ce6f fixed xanim detection (also present on non-x86 too - look at xanim homepage) and added tv into _inputmodules
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3242 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-01 14:41:54 +00:00
pl 9d07c2e4cb patch by Adam Di Carlo <adam@onshore-devel.com>:
1 more xanim path
  improved lirc autodetection


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3238 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-01 02:32:40 +00:00
arpi 8fcd3db94f fixed DGA detection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3218 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-29 23:12:19 +00:00
atmos4 25486c1da7 Support for YV12 with DXR3, patch by D. Holm.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3209 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-29 19:18:48 +00:00
jkeil 4e432b51f4 new configure didn't build mplayer with mediaLib on solaris any more.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3208 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-29 19:00:48 +00:00
pl 903f0acae1 DGA handling changed (Arpi's request)
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
2001-11-29 18:56:08 +00:00
atmos4 98feb0179d Newest DXR3 patch (improved 1.0rc2) by David Holm.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3202 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-29 17:31:58 +00:00
pl db355d022c extrachecks for weird configs GUI (--enable-gui --disable-png for instance)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3197 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-29 16:47:07 +00:00
arpi d94057426a cosmetical change of driver summary - do not print always enabled stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3194 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-29 01:18:05 +00:00
pl 225896dc0c summary handling was not correct (bugs found by Nilmoni Deb and Tibcu)
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
2001-11-28 17:52:25 +00:00
atmos4 dd4b508359 MP1E support needed by DXR3 stuff (Patch by D. Holm)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3188 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-28 15:34:31 +00:00
pl f806047369 vcd status in summary was sometimes wrong (found by atmos)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3171 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-27 23:17:58 +00:00
pl 49df6450b9 completed the summary displayed after running configure
(todo: optimization option to add)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3170 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-27 21:54:27 +00:00
pl fd96c8e30a configure cleanups:
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
2001-11-27 17:58:29 +00:00
jkeil 30feb55770 Use "tail -1" instead of "tail -n 1" to print the last line, the "-n" option
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
2001-11-27 16:50:34 +00:00
atmos4 c639323e34 Disable problematic ffmpeg.so support by default and remove die on 2.2.x
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
2001-11-26 00:46:44 +00:00
alex 1393c53eb4 detecting nanosleep
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3090 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-23 18:25:09 +00:00
alex 9e1aa8639e sys/soundcard.h isn't needed for ALSA
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3087 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-23 16:34:04 +00:00
pl b13e71dfac typo (1st found by André Dahlqvist <andre.dahlqvist@telia.com>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3084 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-23 15:34:03 +00:00
pl 590886a8f4 (on atmos's suggestions I found good :)
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
2001-11-23 00:21:51 +00:00
pl 9a21d44800 --help did not show what was really autodetected
(found by Nilmoni Deb <ndeb@ece.cmu.edu>)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3079 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-22 21:53:25 +00:00
pl f9612a321b -rdynamic is now enabled if (bsd) || (_xanim is yes)
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
2001-11-22 10:06:30 +00:00
pl 67c533a44a -rdynamic is only needed on bsd's (well... it was the case in C1)
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
2001-11-22 01:56:10 +00:00
pl 74c82e3bb7 fixes for bugs found by Ivan Kalvatchev <iive@yahoo.com>
(--enable-termcap e.g.)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3058 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-21 21:09:03 +00:00
arpi 7ad56a44ea 2.2.x+SSE fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3053 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-21 16:51:03 +00:00
atmos4 b347e6a268 Fix kernel asm check.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3052 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-21 16:43:33 +00:00
jkeil ca7c6a68e8 typo in _ld_mlib shell variable, mplayer didn't link any more against medialib
-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
2001-11-20 19:35:03 +00:00
arpi 8ca12cd021 USE_TERMIOS -> HAVE_TERMIOS
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3036 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 19:28:16 +00:00
pl 351cbaa24d improved several tests (more headers + more functions)
would-be bug fixed in dga and dga2


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3030 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 16:16:47 +00:00
alex 1bff4ebaaa added dynamic linking flags runtime detection (-rdynamic - also now MPlayer compiles and runs fine under QNX)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3029 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 15:11:49 +00:00
pl 9e49468c2d _ld_x11 patch by Anders Johansson <ajh@atri.curtin.edu.au>
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
2001-11-20 12:31:35 +00:00
pl cf490c99f0 still GL problem
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3022 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 11:59:32 +00:00
pl a9cd780dd1 when --enable-gl was used, linker flags (_ld_gl) were not set (found by Nick K)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3019 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 09:26:44 +00:00
arpi 109caf6b90 RTC is autodetected
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3016 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-20 07:53:20 +00:00
alex ca3340782d fixed DPMS and pthread detection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3011 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-19 17:15:35 +00:00
alex b52ed1aee8 added termios detection support (no termios on qnx)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3008 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-19 16:42:01 +00:00
pl 89178ddf61 alsa link failed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3007 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-19 16:37:29 +00:00
alex 8262dd29ca arghh, fixed shm :(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3006 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-19 16:06:33 +00:00
alex 2d24dd64ac added shm detection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3005 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-19 15:54:43 +00:00
jaf 59ff0c9779 there was a shitty warning
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3003 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-19 14:55:36 +00:00
alex 0faa3ec788 extended pthread to work under qnx
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3002 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-19 14:11:57 +00:00
pl 95de5e8874 fix x11 linking when --disable-x11 used (btw sdl may still require it)
fix GL always detected even when x11 disabled


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2999 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-19 12:29:48 +00:00
pl f9116e2e37 better support for --target: new boolean function x86()
added 3dfx & tdfx to --help


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2998 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-19 12:04:19 +00:00
gabucino 82c91e7585 fixed win32/xanim support on --target=i{4-6}86
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
2001-11-19 10:37:48 +00:00
pontscho f90a25b600 png detect bug fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2994 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-19 09:43:55 +00:00
atmos4 21d2d092b8 Make description for SIMPLE_IDCT better and make #define consisten with others.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2993 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-19 01:57:27 +00:00
atmos4 5d9ac71cc6 small "make it easier to compile" addition, enable SIMPLE_IDCT by default
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2992 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-19 01:52:40 +00:00