1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-13 10:26:09 +00:00

vo_opengl: gl_lcms: make sure win32 unicode fopen() wrapper is enabled

This commit is contained in:
wm4 2015-05-02 16:35:53 +02:00
parent aeea250ab3
commit dce941b99c

View File

@ -36,6 +36,8 @@
#include "gl_video.h"
#include "gl_lcms.h"
#include "osdep/io.h"
#if HAVE_LCMS2
#include <lcms2.h>