summaryrefslogtreecommitdiffstats
path: root/video/out/gl_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gl_common.c')
-rw-r--r--video/out/gl_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/gl_common.c b/video/out/gl_common.c
index 271c2f3595..b8e5efbb6a 100644
--- a/video/out/gl_common.c
+++ b/video/out/gl_common.c
@@ -144,7 +144,7 @@ static bool is_software_gl(GL *gl)
#include <dlfcn.h>
#endif
-void *mp_getdladdr(const char *s)
+static void *mp_getdladdr(const char *s)
{
void *ret = NULL;
#if HAVE_LIBDL