Commit Graph

110 Commits

Author SHA1 Message Date
jkeil 5d8d555740 Remove "sdl-config: not found" error message during configure, when the system
has no SDL installed.

Grab nanosleep from libposix4 on solaris (instead of librt), works on old
solaris versions, too.

Autodetect XDPMS: provide a "#define HAVE_XDPMS", so that C code can leave out
DPMS stuff when DPMS is not available on the target platform.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1345 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-19 18:46:29 +00:00
jkeil bbb6c9916d Detect cpu architecture for a few more linux variants (linux/sparc, linux/ppc,
linux/alpha)

Try to find out cpu architecture for OpenBSD/x86 (of cause someone still needs
to port the code to openbsd...)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1336 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-16 18:40:51 +00:00
arpi de73c8eed3 kernel 2.2.x + SSE warning message extended
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1330 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-16 13:34:42 +00:00
arpi ea24950d94 removed unused DEFAULT_MPG123 stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1326 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-16 10:47:32 +00:00
jkeil b257fba36f fix typo in shell variable name usage
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1325 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-16 10:42:35 +00:00
jkeil e258b9bde1 Some minor comment fixes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1324 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-14 17:05:23 +00:00
atmos4 a9ab27ad5b Disable 3dnow when mmx is disabled.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1317 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-13 19:49:15 +00:00
jkeil 8138cfbf18 Handle linux SMP machines (suggested by Martin Aumueller)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1315 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-13 09:20:13 +00:00
jkeil 0f2ba866cd Fix sys/mman.h header test for netbsd (may work no freebsd, too)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1311 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-12 16:11:55 +00:00
jkeil 45c97f8294 Add some preliminary support for non-x86 architectures to mplayer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1310 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-12 15:35:52 +00:00
jkeil b5933be0d7 use -f test for file existance check
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1285 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-06 20:00:22 +00:00
arpi 6ab8e6a5c1 ffmpeg support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1280 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-06 03:22:14 +00:00
jkeil 43cd93e267 rework autodetection of assembler used by gcc, the correct assembler is detected
now, in case the user has specified a certain version of the compiler with the
"-cc=..." option.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1273 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-04 10:45:20 +00:00
arpi 7d67da3486 not found -> no (to be consistent)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1265 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-03 23:04:36 +00:00
jkeil d1aae7b241 - Ask 'gcc' for the name of the assembler binary used by the gcc compiler; use
that binary as the default assembler binary tested for the availability of
  MMX/MMXEXT/3DNOW/... instructions

- On solaris, there are a few libraries missing, if you compile MPlayer
  without SDL (with SDL, we pick up these libraries from "sdl-config --libs")
  Typical problem is a missing nanosleep() from the -lrt library.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1262 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-03 14:22:23 +00:00
nick 58075a0621 Portability and old binutils support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1259 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-03 07:50:52 +00:00
atmos4 85e2f4ee1b Fixed gcc checking for 2.95 subrevisions (like 2.95.2.1).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1244 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-29 10:45:00 +00:00
arpi 9b7489da59 fsdga disabled (obsolote)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1236 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-26 23:34:03 +00:00
arpi 69cfcfe301 OPTFLAGS vs. INCLUDES cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1235 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-26 23:15:58 +00:00
atmos4 2387f745cd Applied solaris fix suggested by Jürgen Keil.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1221 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-24 19:24:55 +00:00
arpi_esp 0a0e645207 freebsd fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1183 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-21 22:28:50 +00:00
pontscho ccb96512e7 --disable-xmga and alsa detection bug fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1179 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-21 15:16:52 +00:00
arpi_esp 83e2caa277 FreeBSD patch by Vladimir Kushnir <vkushnir@Alfacom.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1178 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-21 00:06:40 +00:00
nickols_k 255ab08f9d Changing optimization level for athlon to pentiumpro from k6 if gcc doesn't support -march=athlon. Please test it
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1137 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-16 18:10:32 +00:00
atmosfear 25a88955f2 Added GGI autodetect, fixed --enable-debug=* for solaris n stuff.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1134 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-15 16:32:21 +00:00
atmosfear 8604316a5c Funnier configure messages ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1121 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-13 00:50:21 +00:00
atmosfear 1add7864e7 Typo.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1120 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-12 21:15:58 +00:00
al3x b2c4563992 alsa9 comment removed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1115 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-12 14:58:08 +00:00
atmosfear da4ee7e51d Fixed sdl detect on systems without sdl installed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1104 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-11 19:27:15 +00:00
atmosfear 5708cc5d71 Removed make dep notice.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1103 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-11 18:08:42 +00:00
nickols_k 4b6f69ec2a For future development - the most warnings are enabled for --debug or --profile
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1070 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-09 08:52:51 +00:00
atmosfear d6b8127cb5 Fixed --enable-debug=*
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1066 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-09 07:28:17 +00:00
arpi_esp 7d96a77e0d fixed --disable-as-checking, added --enable-streaming
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1058 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-08 23:30:09 +00:00
arpi_esp a951103bc7 Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1043 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-06 21:16:21 +00:00
arpi_esp 5c50d3e7dd applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1039 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-05 18:40:44 +00:00
pontscho b672289cf2 the last fix for day from me.;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1035 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-05 11:20:14 +00:00
pontscho c09a122c4c fix -lasound -lesd.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1034 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-05 10:59:38 +00:00
pontscho 2354aadb28 fix notfound bug. asszem.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1032 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-05 10:33:05 +00:00
pontscho c1606292dd add and disable esd detection support ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1031 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-05 10:29:37 +00:00
pontscho 1eb94e0c23 add and disable esd detection support ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1030 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-05 10:16:32 +00:00
nickols_k 813b798ce5 Kernel version checking improvements
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1026 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-05 08:12:00 +00:00
nickols_k adb2b6f6a9 Kernel version checking
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1025 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-05 07:56:40 +00:00
nickols_k 34bdba9a9e some more information during as checking
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1024 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-05 07:10:00 +00:00
lgb 6edb3b5ead Arghhhh, again ...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1022 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-05 02:36:12 +00:00
arpi_esp 460fac7462 Solaris 8 support - patch by Marcus Comstedt <marcus@idonex.se>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1021 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-05 02:26:56 +00:00
lgb 72cfe9c77c PLEASE WRITE TEMP FILES INTO /tmp
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1020 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-05 02:22:38 +00:00
arpi_esp 2f94a01d8b various changes, second filds test disabled, alsa tests fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1013 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-04 20:12:41 +00:00
lgb 59bb64e8d6 Fixing ./configure, please LEARN writing shell scripts before committing ...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1012 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-04 19:45:07 +00:00
pontscho 5c4673d96a add HAVE_ALSA5 var. Sorry :(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1009 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-04 18:43:35 +00:00
pontscho 359c17a1e7 prefix add to config.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1005 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-04 18:23:10 +00:00