From 6154c1d06d38bd236a0adb57556f7d871b75469b Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 19 Dec 2015 12:59:07 +0100 Subject: vo_opengl: split backend code from common.c to context.c Now common.c only contains the code for the function loader, while context.c contains the backend loader/dispatcher. Not calling it "backend.c", because the central struct is called MPGLContext. --- video/out/vo_opengl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/vo_opengl.c') diff --git a/video/out/vo_opengl.c b/video/out/vo_opengl.c index 068b004e5d..612cb79663 100644 --- a/video/out/vo_opengl.c +++ b/video/out/vo_opengl.c @@ -43,7 +43,7 @@ #include "video/mp_image.h" #include "sub/osd.h" -#include "opengl/common.h" +#include "opengl/context.h" #include "opengl/utils.h" #include "opengl/hwdec.h" #include "opengl/osd.h" -- cgit v1.2.3