mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 04:40:09 +01:00
gallium/vl: Fix building vl_stubs
Fixes: 214a431caf ("gallium/vl: Remove mpeg12 shader decoder")
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/14007
Acked-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37629>
This commit is contained in:
parent
095f13109f
commit
fd898f4977
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,8 @@
|
||||||
#include "vl_defines.h"
|
#include "vl_defines.h"
|
||||||
#include "util/vl_vlc.h"
|
#include "util/vl_vlc.h"
|
||||||
|
|
||||||
|
struct pipe_video_buffer;
|
||||||
|
|
||||||
struct vl_mpg12_bs
|
struct vl_mpg12_bs
|
||||||
{
|
{
|
||||||
struct pipe_video_codec *decoder;
|
struct pipe_video_codec *decoder;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue