pkgsrc/audio/gmodplay/patches/patch-ab
wiz 553a77cbe9 Initial import of gmodplay, based on a package provided by Ben Collver
in pkg/12071:
Module player for IT, XM, S3M, MOD, MTM, STM, FAR, ULT, 669, AMS, DBM,
MDL and OKT modules (on little endian machines only, for now :( ),
based on modplug source code.
2001-03-19 19:35:51 +00:00

13 lines
502 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2001/03/19 19:35:51 wiz Exp $
--- cmdline/cmdline.h.orig Sun Jan 28 10:58:04 2001
+++ cmdline/cmdline.h Sun Jan 28 10:58:23 2001
@@ -26,7 +26,7 @@
#define _LINE_SPECTRO_BANDS_ (_LINE_SPECTRO_MIN_ + 1)
#define _LINE_INSTRUMENTS_ (_LINE_SPECTRO_BANDS_ + 1)
-#define CMD_INFO(playerinfo) ((struct CmdInfo*) playerinfo->generic)
+#define CMD_INFO(playerinfo) ((CmdInfo*) playerinfo->generic)
typedef struct {
int first_visible_instrument;
int last_visible_instrument;