1
0
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:
wm4 2015-09-11 08:15:24 +02:00
parent e9822f6012
commit fdf6e5f5aa

View File

@ -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;