head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.07.03.06.01.25; author adam; state Exp; branches; next ; commitid LQrXtx8Qbs8sEaMG; desc @@ 1.1 log @libva: updated to 2.24.0 2.24.0 - 02.Jul.2026 * va: Add VA_PICTURE_H264_NON_EXISTING flag * va: use secure_getenv instead of getenv in va_x11.c * doc: fix libva av1 link for doxygen * trace: dump input/output data in va_TraceProtectedSessionExecute * trace: Add ProtectedSession Related Log in Trace @ text @$NetBSD$ Fix build. --- va/va_internal.h.orig 2026-07-03 05:55:49.613855116 +0000 +++ va/va_internal.h @@@@ -34,6 +34,7 @@@@ extern "C" { /* No setuid/setgid on Windows, secure_getenv is just getenv */ #define secure_getenv getenv #else +#include static inline char * secure_getenv(const char *name) { if (getuid() == geteuid() && getgid() == getegid()) @