# HG changeset patch # User reimar # Date 1185824911 0 # Node ID 41a77c42416b8c49487a06b2a5a5817bb16c30e6 # Parent 282a634da2844ad532edc4cbee36263e3e5742bd 100l, forgot to add -DGL_WIN32 to CFLAGS for Windows OpenGL test diff -r 282a634da284 -r 41a77c42416b configure --- a/configure Mon Jul 30 19:02:45 2007 +0000 +++ b/configure Mon Jul 30 19:48:31 2007 +0000 @@ -4050,7 +4050,7 @@ elif cc_check -lGL $_ld_lm $_ld_pthread ; then _gl=yes _libs_mplayer="$_libs_mplayer -lGL $_ld_pthread $_ld_dl" - elif cc_check -lopengl32 ; then + elif cc_check -DGL_WIN32 -lopengl32 ; then _gl=yes _gl_win32=yes _libs_mplayer="$_libs_mplayer -lopengl32 -lgdi32"