1
mirror of https://github.com/mpv-player/mpv synced 2024-07-31 16:29:58 +02:00

gl_header_fixes: fix inverted condition

Could possibly leading to failing compilation on systems with headers
that miss the vdpau extension.
This commit is contained in:
wm4 2013-11-05 22:39:19 +01:00
parent db6a4eec0a
commit 01d12a51f1

View File

@ -249,7 +249,7 @@
#endif
#endif
#ifdef GL_NV_vdpau_interop
#ifndef GL_NV_vdpau_interop
#define GLvdpauSurfaceNV GLintptr
#endif