summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-30 19:25:11 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-30 19:25:11 +0000
commit73309be6c854414cecdcfbb8110926ed45b4af52 (patch)
tree2939e96069c8c72b9a91d9bf2a59634486c06f09 /configure
parent384a8a821b7209c9604a8476b9e709106daf310b (diff)
downloadmpv-73309be6c854414cecdcfbb8110926ed45b4af52.tar.bz2
mpv-73309be6c854414cecdcfbb8110926ed45b4af52.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index fa12bf13ff..1eed4eb94e 100755
--- a/configure
+++ b/configure
@@ -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"'