From fd898f4977e11c072ff86d6bb50ec3ecf26dfeab Mon Sep 17 00:00:00 2001 From: David Rosca Date: Tue, 30 Sep 2025 08:39:46 +0200 Subject: [PATCH] gallium/vl: Fix building vl_stubs Fixes: 214a431cafa ("gallium/vl: Remove mpeg12 shader decoder") Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/14007 Acked-By: Mike Blumenkrantz Part-of: --- src/gallium/auxiliary/vl/vl_mpeg12_bitstream.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.h b/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.h index 57e201395f5..49573a0fb7b 100644 --- a/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.h +++ b/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.h @@ -31,6 +31,8 @@ #include "vl_defines.h" #include "util/vl_vlc.h" +struct pipe_video_buffer; + struct vl_mpg12_bs { struct pipe_video_codec *decoder;