From 01d12a51f1d70bd3823db7062c0138c3b7e920b3 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 5 Nov 2013 22:39:19 +0100 Subject: gl_header_fixes: fix inverted condition Could possibly leading to failing compilation on systems with headers that miss the vdpau extension. --- video/out/gl_header_fixes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video') diff --git a/video/out/gl_header_fixes.h b/video/out/gl_header_fixes.h index ffc583cd46..88e8dd5e58 100644 --- a/video/out/gl_header_fixes.h +++ b/video/out/gl_header_fixes.h @@ -249,7 +249,7 @@ #endif #endif -#ifdef GL_NV_vdpau_interop +#ifndef GL_NV_vdpau_interop #define GLvdpauSurfaceNV GLintptr #endif -- cgit v1.2.3