[MPlayer-dev-eng] [PATCH] correcting devfs /dev/sound/dsp path
Sven Hartge
hartge at ds9.argh.org
Sun Feb 24 02:28:09 CET 2002
Hi.
Attached patch fixes the path of /dev/sound/dsp. The 'W' looks like a
typo. If not, then there is some serious magic needed to correctly
detect the right devfsd-OSS devices.
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.393
diff -u -r1.393 configure
--- configure 23 Feb 2002 21:20:16 -0000 1.393
+++ configure 24 Feb 2002 01:38:45 -0000
@@ -2100,7 +2100,7 @@
_aosrc="$_aosrc ao_oss.c"
_aomodules="oss $_aomodules"
if test "$_linux_devfs" = yes; then
- _def_ossaudio_devdsp='#define PATH_DEV_DSP "/dev/sound/dspW"'
+ _def_ossaudio_devdsp='#define PATH_DEV_DSP "/dev/sound/dsp"'
_def_ossaudio_devmixer='#define PATH_DEV_MIXER "/dev/sound/mixer"'
else
_def_ossaudio_devdsp='#define PATH_DEV_DSP "/dev/dsp"'
-------------------------8<-----------------------------
Sven, hoping to not step on anybodies toes.
More information about the MPlayer-dev-eng
mailing list