From 6ef06aa145067b816aaf3b941aba11e36bfca545 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 1 Mar 2013 21:19:20 +0100 Subject: vo_opengl: split into multiple files, convert to new option API gl_video.c contains all rendering code, gl_lcms.c the .icc loader and creation of 3D LUT (and all LittleCMS specific code). vo_opengl.c is reduced to interfacing between the various parts. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6915d4ff65..79fa978ed4 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,7 @@ /core/input/input_conf.h /tags /TAGS -/video/out/vo_opengl_shaders.h +/video/out/gl_video_shaders.h /video/out/vdpau_template.c /demux/ebml_defs.c /demux/ebml_types.h -- cgit v1.2.3