diff options
author | wm4 <wm4@nowhere> | 2015-12-19 12:59:07 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-12-19 14:14:12 +0100 |
commit | 6154c1d06d38bd236a0adb57556f7d871b75469b (patch) | |
tree | b99c5a3a50411cdddfeb8a2d2d85660d8ed349c2 /TOOLS/old-makefile | |
parent | 32cd85bc7ecfa74d3fefef5570e4ef546ae0643a (diff) |
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.
Diffstat (limited to 'TOOLS/old-makefile')
-rw-r--r-- | TOOLS/old-makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TOOLS/old-makefile b/TOOLS/old-makefile index 64094b8a57..6d5a014cdd 100644 --- a/TOOLS/old-makefile +++ b/TOOLS/old-makefile @@ -54,6 +54,7 @@ SOURCES-$(ALSA) += audio/out/ao_alsa.c SOURCES-$(CACA) += video/out/vo_caca.c SOURCES-$(SDL2) += audio/out/ao_sdl.c video/out/vo_sdl.c SOURCES-$(GL) += video/out/opengl/common.c \ + video/out/opengl/context.c \ video/out/opengl/osd.c \ video/out/opengl/lcms.c \ video/out/opengl/video.c \ |