summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-30 19:48:31 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-30 19:48:31 +0000
commit58726e195d6239f9886a67b323d9eb4a16fe76c8 (patch)
tree608b1f58d8b7b69bdc43333996ee86fb4facb09c /configure
parent12316946dcceb0aba0b7f45d8f67c7a77dc5aff5 (diff)
downloadmpv-58726e195d6239f9886a67b323d9eb4a16fe76c8.tar.bz2
mpv-58726e195d6239f9886a67b323d9eb4a16fe76c8.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 14fd16c04b..af0c710ce2 100755
--- a/configure
+++ b/configure
@@ -4050,7 +4050,7 @@ EOF
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"