summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-04-06 01:21:16 +0200
committerwm4 <wm4@nowhere>2016-04-06 01:21:16 +0200
commit796b32c4d73b64517e407402f25cf3f59f17af00 (patch)
tree1c566e032982ca33e0e2ab126a16dc7ba217c23c
parent7a5312e9a6e53a4430da1546c98edf04bfd1650e (diff)
downloadmpv-796b32c4d73b64517e407402f25cf3f59f17af00.tar.bz2
mpv-796b32c4d73b64517e407402f25cf3f59f17af00.tar.xz
vo_opengl: fix build breakage
-rw-r--r--video/out/opengl/nnedi3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/nnedi3.c b/video/out/opengl/nnedi3.c
index 68a90cab42..3c12fcc623 100644
--- a/video/out/opengl/nnedi3.c
+++ b/video/out/opengl/nnedi3.c
@@ -246,7 +246,7 @@ const float* get_nnedi3_weights(const struct nnedi3_opts *conf, int *size)
void pass_nnedi3(GL *gl, struct gl_shader_cache *sc, int planes, int tex_num,
int step, float tex_mul, const struct nnedi3_opts *conf,
- struct gl_transform *transform)
+ struct gl_transform *transform, GLenum tex_target)
{
}