chromaprint: Fix compilation with chromaprint 1.4
authorSebastian Dröge <sebastian@centricular.com>
Wed, 7 Dec 2016 08:26:59 +0000 (10:26 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 7 Dec 2016 08:26:59 +0000 (10:26 +0200)
commit7400a57043d708ab63d5f864d22b1e980267d19b
tree1e6eedf895f6948ad434992047fc665c1eead137
parentb00cdd944bd5a0e7d7675cfa189680c494c7d5cf
chromaprint: Fix compilation with chromaprint 1.4

It takes const int16_t * as argument now, while before it was void *. To
make this work with both versions without #ifdef, we omit the const.
ext/chromaprint/gstchromaprint.c