meson: enable more options by default

Update submodules to latest version
This commit is contained in:
Wim Taymans 2018-10-10 17:16:01 +02:00
parent 8d71d2dab8
commit 456c01afbc
4 changed files with 16 additions and 14 deletions

View file

@ -615,6 +615,8 @@ impl_node_port_set_param(struct spa_node *node,
uint32_t id, uint32_t flags,
const struct spa_pod *param)
{
struct impl *this;
spa_return_val_if_fail(node != NULL, -EINVAL);
this = SPA_CONTAINER_OF(node, struct impl, node);