Commit 2eeddcf4 authored by Rémi Duraffort's avatar Rémi Duraffort

Fix compilation.

parent 80d9437b
......@@ -267,6 +267,7 @@ static void Destroy( vlc_object_t *p_this )
static int Manage( vout_thread_t *p_vout )
{
VLC_UNUSED(p_vout);
return VLC_SUCCESS;
}
......
......@@ -366,8 +366,8 @@ typedef struct mwmhints_t
#endif
#ifndef MODULE_NAME_IS_glx
static IMAGE_TYPE *CreateImage ( vout_thread_t *,
Display *, EXTRA_ARGS, int, int );
IMAGE_TYPE *CreateImage ( vout_thread_t *,
Display *, EXTRA_ARGS, int, int );
#ifdef HAVE_SYS_SHM_H
IMAGE_TYPE *CreateShmImage ( vout_thread_t *,
Display *, EXTRA_ARGS_SHM, int, int );
......
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