openbsd-ports/audio/xmms-sid/patches/patch-src_xmms-sid_cc
naddy 209d302320 Import xmms-sid 0.7.3.
XMMS-SID is a plugin for XMMS (X MultiMedia System) which provides
support for playing SID tunes.  For the actual playing, XMMS-SID
uses the libsidplay SID-chip/6502 emulator engine.

"About" box fix from NetBSD.
2002-05-22 22:47:46 +00:00

13 lines
502 B
Plaintext

$OpenBSD: patch-src_xmms-sid_cc,v 1.1.1.1 2002/05/22 22:47:46 naddy Exp $
--- src/xmms-sid.cc.orig Tue May 21 13:10:10 2002
+++ src/xmms-sid.cc Tue May 21 13:10:19 2002
@@ -190,7 +190,7 @@ static void * xs_play_loop(void *arg)
int fxlen, tn;
struct sidTuneInfo sidInf;
char *name;
- enum AFormat fmt = (xs_emuConf.bitsPerSample == 16) ? FMT_S16_LE : FMT_U8;
+ enum AFormat fmt = (xs_emuConf.bitsPerSample == 16) ? FMT_S16_NE : FMT_U8;
gint chn = xs_emuConf.channels;
tune->getInfo(sidInf);