- s/LIBSNDIO/SNDIO for consistency

discussed with naddy@

"sure" jakemsr@
This commit is contained in:
ajacoutot 2009-01-19 09:42:21 +00:00
parent 3b9b014f22
commit 4e67ad9d4c
2 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2009/01/17 12:30:08 jakemsr Exp $
# $OpenBSD: Makefile,v 1.17 2009/01/19 09:42:21 ajacoutot Exp $
SHARED_ONLY= Yes
@ -6,7 +6,7 @@ COMMENT= portable Windows library
V= 1_12_0
DISTNAME= ptlib-v${V}
PKGNAME= pwlib-${V:S/_/./g}p7
PKGNAME= pwlib-${V:S/_/./g}p8
CATEGORIES= devel
EXTRACT_SUFX= -src.tar.gz

View File

@ -25,6 +25,12 @@
* All Rights Reserved.
*
* $Log: sound_libsndio.cxx,v $
* Revision 1.2 2009/01/19 09:42:21 ajacoutot
* - s/LIBSNDIO/SNDIO for consistency
* discussed with naddy@
*
* "sure" jakemsr@
*
* Revision 1.1 2009/01/17 12:30:08 jakemsr
* - add sndio backend
* - remove OSS and esd support
@ -38,7 +44,7 @@
#include <sys/poll.h>
PCREATE_SOUND_PLUGIN(LIBSNDIO, PSoundChannelLIBSNDIO);
PCREATE_SOUND_PLUGIN(SNDIO, PSoundChannelLIBSNDIO);
PSoundChannelLIBSNDIO::PSoundChannelLIBSNDIO()
{