Fix build with gcc-3.4
PR: ports/70989 Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org>
This commit is contained in:
parent
ea2d6269c7
commit
55846c0bc7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117423
1 changed files with 11 additions and 0 deletions
11
audio/xmms-sid/files/patch-src::xmms-sid.cc
Normal file
11
audio/xmms-sid/files/patch-src::xmms-sid.cc
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/xmms-sid.cc.orig Thu Aug 26 15:18:41 2004
|
||||
+++ src/xmms-sid.cc Thu Aug 26 15:22:22 2004
|
||||
@@ -196,7 +196,7 @@
|
||||
int fxlen, tn;
|
||||
struct sidTuneInfo sidInf;
|
||||
char *name;
|
||||
- enum AFormat fmt = (xs_emuConf.bitsPerSample == 16) ? FMT_S16_NE : FMT_U8;
|
||||
+ AFormat fmt = (xs_emuConf.bitsPerSample == 16) ? FMT_S16_NE : FMT_U8;
|
||||
gint chn = xs_emuConf.channels;
|
||||
|
||||
tune->getInfo(sidInf);
|
Loading…
Reference in a new issue