0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

crosscompile-mingw.txt: mingw-w64 now has modern OpenGL headers in trunk

This commit is contained in:
wm4 2013-07-30 16:07:31 +02:00
parent 1848be363e
commit 4f970a8179

View File

@ -38,7 +38,7 @@ make libass
make jpeg
make pthreads
# MXE and MingGW-w64 don't provide up-to-date OpenGL headers (to my knowledge).
# Older MXE and MingGW-w64 snapshots don't provide up-to-date OpenGL headers.
wget http://www.opengl.org/registry/api/glext.h
mv glext.h usr/i686-w64-mingw32/include/GL/