mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 13:17:13 +00:00
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:
parent
384a8a821b
commit
73309be6c8
2
configure
vendored
2
configure
vendored
@ -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"'
|
||||
|
Loading…
Reference in New Issue
Block a user