diff options
Diffstat (limited to 'community/deadbeef/arm-buildfix.patch')
-rw-r--r-- | community/deadbeef/arm-buildfix.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/deadbeef/arm-buildfix.patch b/community/deadbeef/arm-buildfix.patch index a0dfba601d..4404891948 100644 --- a/community/deadbeef/arm-buildfix.patch +++ b/community/deadbeef/arm-buildfix.patch @@ -11,3 +11,16 @@ index 173a756..2158bae 100644 {-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,0,1,2,3,4,5,6,7,8,-1,-1,-1,-1,-1,-1,-1}; const unsigned short Cs3mPlayer::notetable[12] = // S3M adlib note table +diff --git a/plugins/adplug/adplug/s3m.h b/plugins/adplug/adplug/s3m.h +index cf58c44..a00404c 100644 +--- a/plugins/adplug/adplug/s3m.h ++++ b/plugins/adplug/adplug/s3m.h +@@ -92,7 +92,7 @@ class Cs3mPlayer: public CPlayer + char filetype[30]; + + private: +- static const char chnresolv[]; ++ static const signed char chnresolv[]; + static const unsigned short notetable[12]; + static const unsigned char vibratotab[32]; + |