summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2015-12-22 17:10:12 +0300
committerwm4 <wm4@nowhere>2015-12-22 15:18:50 +0100
commit867334395765ae7d2765e0834f9fd3dd5de53cab (patch)
treeedde73007505c54d640baa775960b2eacc366b7b
parentd1119cc0693aa861295eb1d5a015e8e7ac54677a (diff)
downloadmpv-867334395765ae7d2765e0834f9fd3dd5de53cab.tar.bz2
mpv-867334395765ae7d2765e0834f9fd3dd5de53cab.tar.xz
tests: fix #include
-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 253ab35d81..97fee949d8 100644
--- a/test/gl_video.c
+++ b/test/gl_video.c
@@ -1,5 +1,5 @@
#include "test_helpers.h"
-#include "video/out/gl_video.h"
+#include "video/out/opengl/video.h"
static void test_scale_ambient_lux_limits(void **state) {
float x;