diff options
author | wm4 <wm4@nowhere> | 2016-04-06 01:21:16 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2016-04-06 01:21:16 +0200 |
commit | 796b32c4d73b64517e407402f25cf3f59f17af00 (patch) | |
tree | 1c566e032982ca33e0e2ab126a16dc7ba217c23c /video/out/opengl | |
parent | 7a5312e9a6e53a4430da1546c98edf04bfd1650e (diff) | |
download | mpv-796b32c4d73b64517e407402f25cf3f59f17af00.tar.bz2 mpv-796b32c4d73b64517e407402f25cf3f59f17af00.tar.xz |
vo_opengl: fix build breakage
Diffstat (limited to 'video/out/opengl')
-rw-r--r-- | video/out/opengl/nnedi3.c | 2 |
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) { } |