the long standing /dev/sound/dspW => .../dsp

(patch posted several times by several different people)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5408 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pl 2002-03-30 19:25:11 +00:00
parent 384a8a821b
commit 73309be6c8
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -2280,7 +2280,7 @@ if test "$_ossaudio" = yes ; then
_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"'