mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
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:
parent
412dd13e86
commit
025d5ce33e
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue