summaryrefslogtreecommitdiffstats
path: root/video/out/gl_osd.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-28 19:40:46 +0100
committerwm4 <wm4@nowhere>2015-01-28 19:40:46 +0100
commit3583559164b922673b2ccdb31f810befae613779 (patch)
treee38e66b50ce6076db8f06def3c296354e182f645 /video/out/gl_osd.c
parent7b3feecbc23e3e0b0d9cf66f02af53d127a0b681 (diff)
downloadmpv-3583559164b922673b2ccdb31f810befae613779.tar.bz2
mpv-3583559164b922673b2ccdb31f810befae613779.tar.xz
vo_opengl: move utility functions from loader to a separate file
gl_common.c contained the function loader (which is big) and additional utility functions (not so big, but will grow when moving more out of gl_video.c). Just split them. There are no changes other than some modifications to comments.
Diffstat (limited to 'video/out/gl_osd.c')
-rw-r--r--video/out/gl_osd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/gl_osd.c b/video/out/gl_osd.c
index 8a92d3ee8c..14c6cc4824 100644
--- a/video/out/gl_osd.c
+++ b/video/out/gl_osd.c
@@ -21,6 +21,7 @@
#include "bitmap_packer.h"
+#include "gl_utils.h"
#include "gl_osd.h"
struct osd_fmt_entry {