[MPlayer-cvslog] r26635 - trunk/libao2/ao_pulse.c
Dominik 'Rathann' Mierzejewski
dominik at rangers.eu.org
Wed May 7 21:36:10 CEST 2008
On Thursday, 01 May 2008 at 18:51, reimar wrote:
> Author: reimar
> Date: Thu May 1 18:51:25 2008
> New Revision: 26635
>
> Log:
> Add support for 32 bit format to ao_pulse.
> Based on patch by James Warden [warjamy yahoo com]
FYI: this requires pulseaudio 0.9.8 or later. Trivial patch attached.
Regards,
R.
--
MPlayer developer and RPMs maintainer: http://mplayerhq.hu http://rpm.livna.org
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
-- from "Collected Sayings of Muad'Dib" by the Princess Irulan
-------------- next part --------------
Index: configure
===================================================================
--- configure (revision 26680)
+++ configure (working copy)
@@ -5069,7 +5069,7 @@
echocheck "pulse"
if test "$_pulse" = auto ; then
_pulse=no
- if $_pkg_config --exists 'libpulse >= 0.9' ; then
+ if $_pkg_config --exists 'libpulse >= 0.9.8' ; then
cat > $TMPC << EOF
#include <pulse/pulseaudio.h>
More information about the MPlayer-cvslog
mailing list