Skip to content
Snippets Groups Projects
Commit 2cd3c892 authored by Simon McVittie's avatar Simon McVittie
Browse files

check-va-api: Use libc-utils-internal.h to provide xcalloc()

parent 99124d5c
No related branches found
No related tags found
1 merge request!801check-va-api: Use supported surface format + opportunistic cleanup
......@@ -37,6 +37,8 @@
#include <va/va.h>
#include <va/va_x11.h>
#include "steam-runtime-tools/libc-utils-internal.h"
enum
{
OPTION_HELP = 1,
......
......@@ -72,7 +72,7 @@ srt_helpers += executable(
srt_helpers += executable(
multiarch + '-check-va-api',
'check-va-api.c',
dependencies : [libva, libva_x11, xlib],
dependencies : [libva, libva_x11, xlib, libsteamrt_libc_utils_dep],
include_directories : project_include_dirs,
install : true,
install_dir : pkglibexecdir,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment