summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-19 21:07:42 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-19 21:07:42 +0000
commit763402d423c74007417f8e2514f8cb900cc7ddc6 (patch)
tree4c401f37903e61ea03584966d11c0cd395de3fd1
parent8b6dca72c6e0fa481bb2889ce5f765c438396549 (diff)
downloadmpv-763402d423c74007417f8e2514f8cb900cc7ddc6.tar.bz2
mpv-763402d423c74007417f8e2514f8cb900cc7ddc6.tar.xz
Define GL_GENERATE_MIPMAP ourselves if necessary.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30074 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--libvo/gl_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h
index 6fc68d34f5..58c4b0dcef 100644
--- a/libvo/gl_common.h
+++ b/libvo/gl_common.h
@@ -67,6 +67,9 @@
#ifndef GL_CLAMP_TO_EDGE
#define GL_CLAMP_TO_EDGE 0x812F
#endif
+#ifndef GL_GENERATE_MIPMAP
+#define GL_GENERATE_MIPMAP 0x8191
+#endif
#ifndef GL_REGISTER_COMBINERS_NV
#define GL_REGISTER_COMBINERS_NV 0x8522
#endif