27d300f747
PWLib is a moderately large class library that has its genesis many years ago as a method to product applications to run on both Microsoft Windows and Unix X-Window systems. Since then the system has grown to include many classes that assist in writing complete multi-platform applications. Classes for I/O portability, multi-threading portability, aid in producing unix daemons and NT services portably and all sorts of internet protocols were added over the years. The library now also supports the open H323 project. ok jasper@
13 lines
397 B
Plaintext
13 lines
397 B
Plaintext
$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";
|
|
}
|
|
|
|
|