mirror of https://github.com/mpv-player/mpv
100l, forgot to add -DGL_WIN32 to CFLAGS for Windows OpenGL test
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23951 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
12316946dc
commit
58726e195d
|
@ -4050,7 +4050,7 @@ EOF
|
||||||
elif cc_check -lGL $_ld_lm $_ld_pthread ; then
|
elif cc_check -lGL $_ld_lm $_ld_pthread ; then
|
||||||
_gl=yes
|
_gl=yes
|
||||||
_libs_mplayer="$_libs_mplayer -lGL $_ld_pthread $_ld_dl"
|
_libs_mplayer="$_libs_mplayer -lGL $_ld_pthread $_ld_dl"
|
||||||
elif cc_check -lopengl32 ; then
|
elif cc_check -DGL_WIN32 -lopengl32 ; then
|
||||||
_gl=yes
|
_gl=yes
|
||||||
_gl_win32=yes
|
_gl_win32=yes
|
||||||
_libs_mplayer="$_libs_mplayer -lopengl32 -lgdi32"
|
_libs_mplayer="$_libs_mplayer -lopengl32 -lgdi32"
|
||||||
|
|
Loading…
Reference in New Issue