summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-07-01 19:47:31 +0200
committerwm4 <wm4@nowhere>2016-07-01 20:28:49 +0200
commit1b71cfccba06a11c58be7be075701b5c79e95331 (patch)
tree177a31047498182501298a4ab4b456b141400360 /video/out/opengl/video.c
parent549a9ea6faca65781fb3d8d4ddc942e05dfcac93 (diff)
downloadmpv-1b71cfccba06a11c58be7be075701b5c79e95331.tar.bz2
mpv-1b71cfccba06a11c58be7be075701b5c79e95331.tar.xz
vo_opengl: remove OSD bitmap packing
It's packed in the OSD common layer already.
Diffstat (limited to 'video/out/opengl/video.c')
-rw-r--r--video/out/opengl/video.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/opengl/video.c b/video/out/opengl/video.c
index 592dfa6e56..d8343698ca 100644
--- a/video/out/opengl/video.c
+++ b/video/out/opengl/video.c
@@ -41,7 +41,6 @@
#include "user_shaders.h"
#include "video/out/filter_kernels.h"
#include "video/out/aspect.h"
-#include "video/out/bitmap_packer.h"
#include "video/out/dither.h"
#include "video/out/vo.h"