summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2017-09-24 19:51:43 +0300
committerwm4 <wm4@nowhere>2017-10-17 09:29:02 +0200
commitc7824f7c9d67e916d3a3034405e79b37d60748f3 (patch)
tree20837a7e63124fda17c9d189d5bc7585d168dca4
parent747892209f0e4a18562099e419ab8f57cbeb3f59 (diff)
downloadmpv-c7824f7c9d67e916d3a3034405e79b37d60748f3.tar.bz2
mpv-c7824f7c9d67e916d3a3034405e79b37d60748f3.tar.xz
tests: fix include after 6597998
-rw-r--r--test/gl_video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gl_video.c b/test/gl_video.c
index 97fee949d8..a2d2577e25 100644
--- a/test/gl_video.c
+++ b/test/gl_video.c
@@ -1,5 +1,5 @@
#include "test_helpers.h"
-#include "video/out/opengl/video.h"
+#include "video/out/gpu/video.h"
static void test_scale_ambient_lux_limits(void **state) {
float x;