mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 16:35:40 +00:00
va: allocator: Add missing header file.
Added stdint.h because uintptr_t is used. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1023>
This commit is contained in:
parent
2947bd6ef1
commit
1be43e76cc
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
#include <gst/allocators/allocators.h>
|
||||
#include <gst/va/gstvadisplay.h>
|
||||
#include <gst/video/video.h>
|
||||
#include <stdint.h>
|
||||
#include <va/va.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
|
Loading…
Reference in a new issue