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