community/deadbeef: fix header too

This commit is contained in:
Bartłomiej Piotrowski 2016-08-03 12:46:50 +02:00
parent 7b58243be2
commit eaea7f3d3e
2 changed files with 16 additions and 3 deletions

View File

@ -35,8 +35,8 @@ package() {
}
md5sums="f8f5353e7c201fce316f8b082ab408bb deadbeef-0.7.2.tar.bz2
484a16797028fa9d68b57eb233cce660 arm-buildfix.patch"
50c31221a464683f885dc34850b9c5b0 arm-buildfix.patch"
sha256sums="8a63abdf00c2f37c33e018ae0b39d391873e037434074b84bb47381bf283c884 deadbeef-0.7.2.tar.bz2
49d85315cf11e3500f50ff81bd075a6a4511763fb596047b01a5f755a1a0c28c arm-buildfix.patch"
4e9802a1dc7b735878fc6b59433da29a20759f4227f902ee08a800a0903a68ff arm-buildfix.patch"
sha512sums="9ea61a3820d9d57f038b80652ce63bd87e6781259c0f58a93b70607b02e71debbf5598f4a06d607d3840a804c3b7fc5039a4c4b0a8bb01e8e5107bba3f0bd980 deadbeef-0.7.2.tar.bz2
c0cb8e8fd3c12f23b94acb94ef7bc09b5db944ec179da67281079afc4e87a3bd78e4fa40042d0ecffb97bf7e02f0f34a44d0c32f746dbf870c0bf105e51b2ed0 arm-buildfix.patch"
4ab094475d5caebc65235e54b30fa803aab7465ded41ce5dd359921778baf1b187777af021eb34a82b6551f930e2061e0535556b458dbc95050d9ea30aaccc89 arm-buildfix.patch"

View File

@ -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];