mirror of
https://github.com/mpv-player/mpv
synced 2025-03-10 16:24:20 +00: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:
parent
db6a4eec0a
commit
01d12a51f1
@ -249,7 +249,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef GL_NV_vdpau_interop
|
||||
#ifndef GL_NV_vdpau_interop
|
||||
#define GLvdpauSurfaceNV GLintptr
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user