44cb065cc8
- add sndio audio to mp3blaster and splay programs - implement nmixer as a generic midi volume controller, that defaults to using the aucat:0 midi device - stop using multiple threads for mpeg decoding. they are poorly implmented, just spinning and using all available cpu cycles with feedback from naddy@ and ratchov@
14 lines
559 B
Plaintext
14 lines
559 B
Plaintext
$OpenBSD: patch-mpegsound_Makefile_am,v 1.1 2010/01/11 07:51:26 jakemsr Exp $
|
|
--- mpegsound/Makefile.am.orig Sat Dec 26 21:09:28 2009
|
|
+++ mpegsound/Makefile.am Sat Dec 26 21:09:52 2009
|
|
@@ -8,7 +8,8 @@ libmpegsound_a_SOURCES = soundinputstream.cc fileinpu
|
|
wavetoraw.cc sidplayer.cc \
|
|
fileplayer.cc nasplayer.cc oggplayer.cc \
|
|
xingheader.cc xingheader.h esdplayer.cc \
|
|
- sdlplayer.cc cyclicbuffer.cc cyclicbuffer.h
|
|
+ sdlplayer.cc cyclicbuffer.cc cyclicbuffer.h \
|
|
+ sndioplayer.cc
|
|
|
|
noinst_HEADERS = mpegsound.h mpegsound_locals.h
|
|
|