plugins: fix build when gcc

In commit a8e482f9 we added a function without parameters, but gcc
doesn't like that.
This commit is contained in:
Víctor Manuel Jáquez Leal 2017-02-09 12:49:44 +01:00
parent 412dd13e86
commit 025d5ce33e

View file

@ -540,7 +540,7 @@ error_create_allocator:
}
static inline guint
get_dmabuf_surface_allocation_flags ()
get_dmabuf_surface_allocation_flags (void)
{
/* @FIXME: fetch the real devices ids */
/* Pair vendor/device identifies an unique physical device. */