Commit ebef81bb authored by Martin Storsjö's avatar Martin Storsjö

opengl: Avoid warnings about an unused variable

Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent 6c0b57b6
......@@ -573,6 +573,8 @@ vout_display_opengl_t *vout_display_opengl_New(video_format_t *fmt,
return NULL;
}
}
#else
(void)yuv_range_correction;
#endif
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment