folke
f5afe9ef50
'--disable-sdl;; _aa=no' fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1540 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-15 19:43:31 +00:00
jkeil
fe55d26666
Use USE_WIN32DLL define instead of ARCH_X86 to decide whether or not to compile
...
Win32 DLL code into mplayer. Default for USE_WIN32DLL is enabled on x86
machines, disabled otherwise.
Use of Win32 DLLs can be disabled on x86 using the --disable-win32 configure
option.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1518 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-14 18:28:56 +00:00
jkeil
a8beb6886f
Use the standard mplayer config test for finding libraries, so that it can
...
find -laa in non-standard places and for supporting systems with a shared
libaa.so
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1516 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-14 14:34:27 +00:00
atmos4
76eadb38e0
Added cool aalib vo driver.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1512 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-14 12:30:56 +00:00
arpi
af96dc228e
add define of DEFAULT_CDROM_DEVICE
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1496 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-12 13:34:24 +00:00
atmos4
c30ba7ac5f
Applied vladimirs freebsd patch (largefile default on freebsd and misc)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1476 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-09 22:10:17 +00:00
atmos4
b27916f48f
Fixes WIN32_PATH on OpenBSD and possibly others (seems to be ok with linux too).
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1453 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-06 20:02:51 +00:00
atmos4
cacbf44016
Start OpenBSD support and fix detection of older GNU as.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1452 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-06 14:03:37 +00:00
jkeil
59b93c6b32
Solaris' and *BSD's sed does not like the "i" flag in the substitute command.
...
Match case-independant strings using explicit regexps.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1451 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-06 11:13:04 +00:00
arpi
e532f050ac
ehh. duplicated GL check removed... drinkin' 10l...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1446 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-06 00:11:41 +00:00
arpi
635d214051
more paranoia -> check for DEC_OPT_FRAME_311
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1445 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-06 00:10:19 +00:00
arpi
c99948e1d6
better divx4 detection, --disable-divx4
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1444 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-06 00:07:53 +00:00
atmos4
57f571dea2
Make cygwin define WIN32 for compatibility with mingw and visualc, ...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1442 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-05 12:39:34 +00:00
arpi
a2e99c9a7d
define USE_MMX_IDCT for libavcodec
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1439 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-03 18:50:54 +00:00
atmos4
46fbaf07a6
Pre commit so I won't have to sync with later configure changes (cygwin stuff)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1437 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-03 18:34:59 +00:00
arpi
9e3123d6a3
largefile patch by Stephen Davies <steve@daviesfam.org>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1429 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-31 23:18:16 +00:00
arpi
5f8d90d83b
divx4linux autodetection
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1428 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-31 22:20:43 +00:00
atmos4
d5ce4b7b35
sdl-config fixed - again =) huje atmos
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1426 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-30 14:53:07 +00:00
jkeil
b69b402258
Solaris /bin/sh does not like the extra ; in a "for var do ... done" loop
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1425 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-30 11:14:59 +00:00
arpi
57207b1f8b
libvo2 support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1423 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-30 02:00:54 +00:00
atmos4
46ac016991
Fixed override of --with-sdl-config.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1420 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-29 17:02:59 +00:00
atmos4
78dda32178
Fixed check for mmx2 extensions.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1414 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-29 16:22:29 +00:00
atmos4
646686cc47
Display detected OS and arch.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1413 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-29 13:24:23 +00:00
atmos4
9a046d3d60
Added checking for x86 cpu extensions using test-programs.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1405 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-28 21:35:55 +00:00
atmos4
c4e52c047d
Fixed portability issue in StrongARM patch.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1400 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-28 13:18:00 +00:00
atmos4
9112174a23
Added StrongARM crosscompiling support by Maksim Krasnyanskiy <maxk at qualcomm.com> and fixed a --datadir bug in configure.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1396 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-28 05:36:45 +00:00
atmos4
762bbb2b4f
Detect gcc 3.0.x
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1389 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-25 07:03:55 +00:00
atmos4
347ed4327c
Applied patch by pl <p_l@tfz.net> (help switch anywhere).
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1385 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-24 09:16:53 +00:00
arpi
ab2ccefb55
added #define CONFIG_DECODERS to support latest ffmpeg CVS
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1384 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-23 21:19:52 +00:00
arpi
7882ea9bad
Applied DATADIR patch by Vladimir Kushnir
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1354 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-20 00:01:09 +00:00
arpi
b9e207fab3
DivX4Linux support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1350 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-19 22:43:19 +00:00
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