openbsd-ports/devel/pwlib/patches/patch-src_ptlib_unix_ossaix_cxx

13 lines
397 B
Plaintext
Raw Normal View History

$OpenBSD: patch-src_ptlib_unix_ossaix_cxx,v 1.1.1.1 2007/04/25 11:12:27 ajacoutot Exp $
--- src/ptlib/unix/ossaix.cxx.orig Mon Apr 16 20:37:38 2007
+++ src/ptlib/unix/ossaix.cxx Mon Apr 16 20:38:01 2007
@@ -281,7 +281,7 @@ PStringArray PSoundChannel::GetDeviceNames(Directions
PString PSoundChannel::GetDefaultDevice(Directions /*dir*/)
{
- return "/dev/dsp";
+ return "/dev/audio";
}