make support plugin

This commit is contained in:
Wim Taymans 2017-06-14 10:15:17 +02:00
parent 1e71b24952
commit 9257e3b8f3
5 changed files with 262 additions and 2 deletions

View file

@ -38,7 +38,7 @@ extern "C" {
struct spa_type_map {
/* the total size of this structure. This can be used to expand this
* structure in the future */
const size_t size;
size_t size;
/**
* spa_type_map::info
*