mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 04:58:06 +00:00
vo_rpi: fix compilation
The recent OpenGL refactor commits forgot to update this file.
This commit is contained in:
parent
e9822f6012
commit
fdf6e5f5aa
@ -38,9 +38,9 @@
|
||||
#include "vo.h"
|
||||
#include "video/mp_image.h"
|
||||
#include "sub/osd.h"
|
||||
#include "gl_osd.h"
|
||||
|
||||
#include "gl_rpi.h"
|
||||
#include "opengl/osd.h"
|
||||
#include "opengl/rpi.h"
|
||||
|
||||
struct priv {
|
||||
DISPMANX_DISPLAY_HANDLE_T display;
|
||||
|
Loading…
Reference in New Issue
Block a user