Commit 8edf3ea9 authored by Laurent Aimar's avatar Laurent Aimar

Converted glwin32 to vout display.

parent 1930ef7e
......@@ -16,10 +16,10 @@ SOURCES_direct3d = \
SOURCES_glwin32 = \
glwin32.c \
vout.h \
events_vo.h \
events_vo.c \
common_vo.c \
common.h \
events.h \
events.c \
common.c \
$(NULL)
SOURCES_wingdi = \
......
......@@ -46,7 +46,7 @@
#include <d3d9.h>
#endif
#ifdef MODULE_NAME_IS_glwin32
#include <GL/gl.h>
#include "../opengl.h"
#endif
#include "common.h"
......
......@@ -150,6 +150,9 @@ struct vout_display_sys_t
#ifdef MODULE_NAME_IS_glwin32
HDC hGLDC;
HGLRC hGLRC;
vout_opengl_t gl;
vout_display_opengl_t vgl;
picture_pool_t *pool;
#endif
#ifdef MODULE_NAME_IS_direct3d
......
......@@ -47,7 +47,7 @@
#include <d3d9.h>
#endif
#ifdef MODULE_NAME_IS_glwin32
#include <GL/gl.h>
#include "../opengl.h"
#endif
#include <vlc_keys.h>
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment