[Mplayer-dev-eng] More Solaris 8 x86 patches for mplayer
Jürgen Keil
jk at tools.de
Tue Jun 5 19:31:40 CEST 2001
Hi,
I've placed some more Solaris 8 x86 (and partially NetBSD) patches for
the current
(todays) CVS version of mplayer on
http://www.tools.de/solaris/mplayer/
Things I've changed:
- removed use of bash extension from configure script, it's a standard
/bin/sh
bourne script now ( &> redirection, test syntax, ...)
configure uses a small C-helper program on non-linux platforms to
simulate
/proc/cpuinfo
--as=PROGRAM option to configure the name of the system's assembler
(i.e. --as=gas)
Autodetect OSS and Sun style audio support
If available, compile SDL stuff with CFLAGS from 'sdl-config
--cflags'
Fix a bug in configure on systems without mmx,3dnow,sse,... (was
complaining
about bad version of binutils, although the correct version was
installed)
- Split the OSS audio module into separate OSS and Sun audio modules
- The audio_out interface now has PAUSE/RESUME functions
Implement PAUSE/RESUME for the Sun audio module. The other audio
output
modules use the module's RESET function for now. (RESET is the
current
default when mplayer is paused)
- Replace the externally visible mixer volume settings (int: 0 .. 100)
with
floats (0.0 .. 1.0). Each mixer implementation converts 0.0 .. 1.0
into the
audio device's platform dependant minimum/maximum volume settings
(i.e. 0..100 on linux/oss ; 0..255 using the sun audio interface)
- reset the audio_out device on exit_player().
(Quit action is slow, keeps playing audio for a few seconds)
- dropped frame count is wrong when drop_frame is active and mplayer
decided to
continue dropping frames
- VCD support for Solaris
- dvdauth support for Solaris
(Attention: Need's a patch for libcss-0.1.0; also available on
http://www.tools.de/solaris/mplayer)
--
Jürgen Keil jk at tools.de
Tools GmbH +49 (228) 9858011
_______________________________________________
Mplayer-dev-eng mailing list
Mplayer-dev-eng at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-dev-eng
More information about the MPlayer-dev-eng
mailing list